Skip to content
Snippets Groups Projects
  1. Dec 08, 2016
  2. Dec 07, 2016
  3. Dec 06, 2016
  4. Dec 05, 2016
  5. Dec 03, 2016
  6. Dec 02, 2016
  7. Dec 01, 2016
  8. Nov 30, 2016
  9. Nov 25, 2016
    • Dave Moxey's avatar
      Merge branch 'feature/Compressible-opt' into 'master' · e52b1536
      Dave Moxey authored
      Tidy compressible solver
      
      This MR makes several changes which I believe make the code for the compressible solver a lot more organised. I originally intended to work on the efficiency of the solver, but I only made a few changes towards this. The main changes are:
      
      - Move boundary conditions to separate class using factory
      
      - Move functions for converting variables (e.g. GetPressure) to a separate auxiliary class
      
      - Remove the ProblemType option and have RinglebFlow and IsentropicVortex as separate equation systems derived from Euler
      
      - Try to be more consistent about what should  be in the CompressibleFlowSystem base class and what is specific to the particular equations
      
      - Rewrite the GetFluxVector functions in a more compact form, which depends on the problem dimension only in the loop limits
      
      - Allow passing Fwd and Bwd trace space to Advection and Diffusion operators as optional parameters. If these parameters are not set they are calculated as usual, but using them helps in saving some communication cost by reusing the values passed to the advection in the diffusion (perhaps a better condition is required to determine when to precompute these values).
      
      I also implemented a semi-implicit DG/HDG for the unsteady advection diffusion, which seems to be working fine.
      
      See merge request !684
      e52b1536
    • Michael Turner's avatar
      comments and remove bbox · 20db9d1a
      Michael Turner authored
      20db9d1a
    • Michael Turner's avatar
    • Spencer Sherwin's avatar
      Merge branch 'feature/tecplot-binary' into 'master' · da6a99df
      Spencer Sherwin authored
      Add support for binary output to Tecplot output
      
      This MR adds support for binary Tecplot fields in the `.plt` format for both normal tensor/collapsed-coordinate output and equispaced output. In addition, when running in parallel, FieldConvert will now produce a single `.plt` instead of multiple file outputs per partition.
      
      See merge request !683
      da6a99df
  10. Nov 24, 2016
Loading