| e1cd92d2 | 28-Mar-2023 |
James Wright <james@jameswright.xyz> |
fluids: Dirichlet use petsc-ops |
| f9028c3c | 28-Mar-2023 |
James Wright <james@jameswright.xyz> |
fluids: Move IJacobian MatShell to petsc-ops
closes #1142 |
| 5cfe26e6 | 28-Mar-2023 |
James Wright <james@jameswright.xyz> |
fluids: Convert turb_spanstats to use petsc-ops |
| 29afcdd1 | 01-Apr-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add DMGetLocalVectorInfo and Global version |
| 5ce09d65 | 29-Mar-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add ApplyCeedOperatorLocalToLocal to petsc-ops |
| bb1c79bd | 28-Mar-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add CreateMatShell_Ceed function in petsc-ops |
| fbcfc4fc | 28-Mar-2023 |
James Wright <james@jameswright.xyz> |
fluids: petsc-ops accept CEED_VECTOR_NONE, NULL CeedVector |
| 6cbc221e | 28-Mar-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add CeedOperatorCreateLocalVecs |
| 5d28dcca | 27-Mar-2023 |
James Wright <james@jameswright.xyz> |
fluids: Change if...SETERRQ to PetscCheck |
| 713596ee | 17-May-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ci - error on tidy errors |
| 9e3fb82b | 17-May-2023 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #1149 from CEED/jrwrigh/newtonian_ddsgs
fluids: Data-driven SGS modeling |
| 8741dcf4 | 16-Mar-2023 |
James Wright <james@jameswright.xyz> |
test(fluids): Add data-drive SGS testing |
| b19399d7 | 26-Mar-2023 |
James Wright <james@jameswright.xyz> |
doc(fluids): Rearrange Navier-Stokes documentation |
| fb9b2996 | 23-Mar-2023 |
James Wright <james@jameswright.xyz> |
doc(fluids): Document SGS, data-driven model |
| 1eeca1fb | 17-Apr-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Enforce include order in .clang-format |
| 14df5a7c | 17-Apr-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Revert 3bd8e1f1 |
| 3bd8e1f1 | 04-Mar-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Formatting fixes for tests including consistent include order |
| 7baabdb6 | 15-Apr-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Pedantic make option (#1193)
* make - add PEDANTIC option
* ci - use PEDANTIC make option
* cuda - fix pedantic error
* pedantic - drop nonstandard ternary for CeedError |
| 22387d3a | 14-Feb-2023 |
James Wright <james@jameswright.xyz> |
fluids: Enable TSSetErrorIfStepFails when testing
- Misc error fixes too - And style change to match index sizes for similar loops - Other similar nested for loops have `j<5` and `k<3`, so cha
fluids: Enable TSSetErrorIfStepFails when testing
- Misc error fixes too - And style change to match index sizes for similar loops - Other similar nested for loops have `j<5` and `k<3`, so changed this one to match
show more ...
|
| 01ab89c1 | 14-Feb-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add flag for turning on SGS model |
| 9c678832 | 07-Feb-2023 |
James Wright <james@jameswright.xyz> |
fluids: Apply nodal SGS tensor to IFunction |
| ee1455b7 | 22-Mar-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add nodal evaluation of SGS DD Model |
| c38c977a | 22-Mar-2023 |
James Wright <james@jameswright.xyz> |
fluids: Project grid anisotropy tensor |
| a2401be5 | 26-Jan-2023 |
James Wright <james@jameswright.xyz> |
fluids: Perform velocity gradient projection |
| 9ab09d51 | 26-Jan-2023 |
James Wright <james@jameswright.xyz> |
fluids: Setup velocity gradient projection |