| fc4c3d69 | 29-Aug-2023 |
James Wright <james@jameswright.xyz> |
fluids: Fix preloading vector
- Preloading should use Q_preload, not Q. Otherwise the initial condition for the "actual" solve is changed by the preload step |
| fc94c5ac | 29-Aug-2023 |
James Wright <james@jameswright.xyz> |
Merge pull request #1308 from CEED/jrwrigh/setup_fem
Fluids: Add DMSetupByOrder helper functions |
| d68a66c4 | 25-Aug-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add DMSetupByOrder_* helper function |
| 116622c9 | 25-Aug-2023 |
James Wright <james@jameswright.xyz> |
fluids: Solution component names CGNS compliant
- Note there isn't a CGNS name for our energy term (somehow...). The standard uses "Density" to describe volume density rather than mass density,
fluids: Solution component names CGNS compliant
- Note there isn't a CGNS name for our energy term (somehow...). The standard uses "Density" to describe volume density rather than mass density, so I've droppped that term here
show more ...
|
| 429cd948 | 24-Aug-2023 |
James Wright <james@jameswright.xyz> |
tests: Update spanstats test name
- Missed this in a previous PR |
| 1b51627e | 24-Aug-2023 |
James Wright <james@jameswright.xyz> |
Merge pull request #1223 from CEED/jrwrigh/decompose_sgs_dd
Fluids: Decompose SGS DD input and output processing |
| 297d44ec | 24-Aug-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1305 from CEED/jeremy/name-for-humans
Test case name can be human-readable now |
| 7c1724da | 24-Aug-2023 |
James Wright <james@jameswright.xyz> |
Merge pull request #1298 from CEED/jrwrigh/taylor-green-vortex
Fluids: Add Taylor-Green vortex problem |
| fa5adaf5 | 24-Aug-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - test case name can be human-readable now |
| cdfe4a0a | 24-Aug-2023 |
James Wright <james@jameswright.xyz> |
tests: Update fluids test names |
| 87640537 | 24-Aug-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add Taylor-Green vortex IC test |
| 9e576805 | 20-Aug-2023 |
James Wright <james@jameswright.xyz> |
doc: Fluids Taylor-Green vortex problem |
| 14712a6b | 07-Aug-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add Taylor-Green vortex problem |
| b32ff2a3 | 25-May-2023 |
James Wright <james@jameswright.xyz> |
fluids: Extract out the DD output processing |
| 1abde36f | 16-Apr-2023 |
James Wright <james@jameswright.xyz> |
fluids: Move some DD SGS functions to sgs_dd_utils.h |
| 7dfc0c32 | 16-Apr-2023 |
James Wright <james@jameswright.xyz> |
fluids: Extract data-driven model input calculation |
| 66170c20 | 22-Aug-2023 |
James Wright <james@jameswright.xyz> |
fluids: Calculate dXdx for strong BCs directly
ie. don't use q_data_sur |
| 8756a6cc | 21-Aug-2023 |
James Wright <james@jameswright.xyz> |
fluids: Refactor setupgeo* functionality into helpers
- This allows for use of those helpers inside other qfunctions |
| 2526956e | 20-Aug-2023 |
James Wright <james@jameswright.xyz> |
fluids: Use enum for mesh transformation flag |
| f8839eb4 | 02-Aug-2023 |
James Wright <james@jameswright.xyz> |
fluids: Remove old, unused STG method (non-Ceed)
- Remove the old method for STG that uses DMAddBoundary. Completely superseded by Ceed implementation |
| 73557d35 | 02-Aug-2023 |
James Wright <james@jameswright.xyz> |
fluids: Specify streamwise element length for STG
- Generally for non-DMPlex box meshes, where we can't query number of box faces. |
| 9309e21c | 02-Aug-2023 |
James Wright <james@jameswright.xyz> |
fluids: Explicit flag for blasius mesh modification
- So that blasius example can run using external meshes without any attempt to modify them |
| 711a423a | 18-Aug-2023 |
Jed Brown <jed@jedbrown.org> |
examples/fluids: fix deprecated/dysfunctional PetscLogGetStageLog
As a result of Toby Isaac's refactoring of the stage/events system in PETSc (for maintainability and some new features), we need thi
examples/fluids: fix deprecated/dysfunctional PetscLogGetStageLog
As a result of Toby Isaac's refactoring of the stage/events system in PETSc (for maintainability and some new features), we need this pattern.
show more ...
|
| a8d73ac5 | 17-Aug-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Fix empty initializer braces compiler warnings |
| fd8f24fa | 17-Aug-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Remove some trailing semicolons from function definitions to silence compiler warnings |