| 5d4281a8 | 29-Aug-2023 |
James Wright <james@jameswright.xyz> |
fixup! fluids: Add DMPlexCeedElemRestriction*Create |
| 1f491d26 | 26-Aug-2023 |
James Wright <james@jameswright.xyz> |
fluids: Document and clarify spanstats restriction creation
- The restriction creation for the spanwise statistics is a pretty special case, so better name the functions and document what exactl
fluids: Document and clarify spanstats restriction creation
- The restriction creation for the spanwise statistics is a pretty special case, so better name the functions and document what exactly it is doing
show more ...
|
| 15c18037 | 26-Aug-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add DMPlexCeedElemRestriction*Create
Replaces CreateRestrictionFromPlex and GetRestrictionForDomain |
| b28cdeaf | 29-Aug-2023 |
James Wright <james@jameswright.xyz> |
Merge pull request #1259 from CEED/jrwrigh/fluids-cleanup
fluids: Misc cleanup |
| b2948607 | 17-Jul-2023 |
James Wright <james@jameswright.xyz> |
fluids: Misc changes to functions |
| c56e8d5b | 17-Jul-2023 |
James Wright <james@jameswright.xyz> |
fluids: Rename files with *_NS suffix |
| 06f41313 | 17-Jul-2023 |
James Wright <james@jameswright.xyz> |
fluids: Correct PetscFunction{Return,BeginUser} placement
- Respect the PETSc standard for style (https://petsc.org/release/developers/style/#coding-conventions-and-style) |
| f3fcf8f4 | 17-Jul-2023 |
James Wright <james@jameswright.xyz> |
fluids: Remove misc comments
- Either by inaccuracy of unnecessary |
| 42454ada | 17-Jul-2023 |
James Wright <james@jameswright.xyz> |
fluids: Make function names in consistent format
- Mainly remove `_` and acronymns with more than 2 letters should respect CamelCase (ie. `StgFunction` not `STGFunction`) |
| d0d88296 | 29-Aug-2023 |
James Wright <james@jameswright.xyz> |
Merge pull request #1311 from CEED/jrwrigh/fix-fluids-preload
fluids: Fix preloading vector |
| 22c1b34e | 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 |
| 527e6f97 | 29-Aug-2023 |
James Wright <james@jameswright.xyz> |
Merge pull request #1308 from CEED/jrwrigh/setup_fem
Fluids: Add DMSetupByOrder helper functions |
| da4ca0cf | 25-Aug-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add DMSetupByOrder_* helper function |
| 525869ca | 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 ...
|
| f62ef420 | 24-Aug-2023 |
James Wright <james@jameswright.xyz> |
Merge pull request #1306 from CEED/jrwrigh/test_name
tests: Update spanstats test name |
| 04a0dc3b | 24-Aug-2023 |
James Wright <james@jameswright.xyz> |
tests: Update spanstats test name
- Missed this in a previous PR |
| 8d010c23 | 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 |
| e9ddb5e1 | 24-Aug-2023 |
James Wright <james@jameswright.xyz> |
Merge pull request #1298 from CEED/jrwrigh/taylor-green-vortex
Fluids: Add Taylor-Green vortex problem |
| f6cc04e1 | 24-Aug-2023 |
James Wright <james@jameswright.xyz> |
tests: Update fluids test names |
| b6bfda6e | 24-Aug-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add Taylor-Green vortex IC test |
| 21871b7a | 20-Aug-2023 |
James Wright <james@jameswright.xyz> |
doc: Fluids Taylor-Green vortex problem |
| 692bc0d9 | 07-Aug-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add Taylor-Green vortex problem |
| 2679b3cd | 25-May-2023 |
James Wright <james@jameswright.xyz> |
fluids: Extract out the DD output processing |
| 952746ef | 16-Apr-2023 |
James Wright <james@jameswright.xyz> |
fluids: Move some DD SGS functions to sgs_dd_utils.h |
| db588195 | 16-Apr-2023 |
James Wright <james@jameswright.xyz> |
fluids: Extract data-driven model input calculation |