- 05 Dec, 2016 2 commits
-
-
Spencer Sherwin authored
-
Spencer Sherwin authored
-
- 04 Dec, 2016 3 commits
-
-
Spencer Sherwin authored
-
Spencer Sherwin authored
-
Spencer Sherwin authored
Updated with some small tweaks on a few variables due to this update. Since all other test seem to be passing and the changes were very small have updated the .tst file
-
- 30 Nov, 2016 1 commit
-
-
Spencer Sherwin authored
-
- 26 Nov, 2016 6 commits
-
-
Spencer Sherwin authored
-
Spencer Sherwin authored
Added some more regression test for non-trivial solution (Kovasnay flow) with convective outflow BCs and 2nd order time integration
-
Spencer Sherwin authored
-
Spencer Sherwin authored
-
Spencer Sherwin authored
Removed Boost_static_Assert calls which were leading to numerous warnings but was not checking anythign since dim is currently hard wired to be 3
-
Spencer Sherwin authored
-
- 25 Nov, 2016 3 commits
-
-
Spencer Sherwin authored
-
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
-
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
-
- 24 Nov, 2016 13 commits
-
-
Dave Moxey authored
-
Dave Moxey authored
-
Dave Moxey authored
Use new boundary functions in Extrapolate This will address issue #13. Basically, this involves modifying `Extrapolate.cpp` to use the new functions from MultiRegions for working with boundaries, leading to a much simpler implementation. See merge request !579
-
Dave Moxey authored
-
Douglas Serson authored
Add Nek5000 mesh and field conversion This MR adds new modules for NekMesh and FieldConvert to support input from Nek5000 based format, which is a tensor-product GLL hexahedra and quadrilateral code. The mesh format is similar to the Nektar rea format but is sufficiently different to warrant its own input module. This MR also adds support for zlib-encoded input and output for NekMesh to reduce file size of test files. There are some caveats: - Field input is restricted to that written by Nek5000 in parallel - serial output is not supported. - Mesh files only support very basic boundary conditions; walls and periodic conditions (there is no support for the `.usr` files that define time-dependent BCs). See merge request !680
-
Dave Moxey authored
-
Dave Moxey authored
-
Dave Moxey authored
Restart for filters based on FilterFieldConvert This MR adds support to use a restart file for filters derived from FilterFieldConvert (e.g. averaged fields). See merge request !678
-
Dave Moxey authored
-
Dave Moxey authored
-
Dave Moxey authored
feature/meshelements makeorder This merge cleans up a lot of the code in NekMeshUtils/MeshElements. It also improves the MakeOrder routines to include CAD entities in the logic. This depends on MR !697 See merge request !698
-
Dave Moxey authored
-
Dave Moxey authored
-
- 23 Nov, 2016 3 commits
-
-
Dave Moxey authored
-
Dave Moxey authored
-
Douglas Serson authored
-
- 22 Nov, 2016 9 commits
-
-
Dave Moxey authored
-
Dave Moxey authored
-
Dave Moxey authored
-
Dave Moxey authored
-
Dave Moxey authored
-
Dave Moxey authored
-
Dave Moxey authored
-
Dave Moxey authored
-
Dave Moxey authored
feature/foundations_SPI Adds symmetric positive integration system to elements with one or more triangular face (not tensor expansion). This is built onto of dave's work on the new nodalutils so will need to be merged and checked after that. See merge request !696
-