| f5452247 | 30-Mar-2023 |
James Wright <james@jameswright.xyz> |
fluids: Move setup function calls to better locations
- Move libCEED operator setup functions to SetupLibceed - Rename turbulence statistics functions to match naming convention |
| 3221f4d3 | 29-Mar-2023 |
James Wright <james@jameswright.xyz> |
fluids: Move lumped mass matrix to petsc-ops |
| 5263e9c6 | 29-Mar-2023 |
James Wright <james@jameswright.xyz> |
fluids Move initial conditions -> petsc-ops |
| e66242d1 | 28-Mar-2023 |
James Wright <james@jameswright.xyz> |
fluids: Migrate grid anisotropy and grad_velo to petsc-ops |
| 3722cd23 | 29-Mar-2023 |
James Wright <james@jameswright.xyz> |
refactor(fluids): Dirichlet -> Strong BC
- Use "strong" and "dirichlet" to refer to the same thing (hard-contrained degrees-of-freedom). Chose "strong", as dirichlet may be enforced weakly. |
| c901ea1c | 28-Mar-2023 |
James Wright <james@jameswright.xyz> |
fluids: Dirichlet use petsc-ops |
| b07979f9 | 28-Mar-2023 |
James Wright <james@jameswright.xyz> |
fluids: Move IJacobian MatShell to petsc-ops
closes #1142 |
| ed331efd | 28-Mar-2023 |
James Wright <james@jameswright.xyz> |
fluids: Convert turb_spanstats to use petsc-ops |
| b718eef5 | 01-Apr-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add DMGetLocalVectorInfo and Global version |
| 93567eea | 29-Mar-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add ApplyCeedOperatorLocalToLocal to petsc-ops |
| b35d522b | 28-Mar-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add CreateMatShell_Ceed function in petsc-ops |
| 2cd2c56b | 28-Mar-2023 |
James Wright <james@jameswright.xyz> |
fluids: petsc-ops accept CEED_VECTOR_NONE, NULL CeedVector |
| 4210c567 | 28-Mar-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add CeedOperatorCreateLocalVecs |
| 0e654f56 | 27-Mar-2023 |
James Wright <james@jameswright.xyz> |
fluids: Change if...SETERRQ to PetscCheck |
| 5088944b | 17-May-2023 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #1149 from CEED/jrwrigh/newtonian_ddsgs
fluids: Data-driven SGS modeling |
| 7b87cde0 | 16-Mar-2023 |
James Wright <james@jameswright.xyz> |
test(fluids): Add data-drive SGS testing |
| 135921ec | 26-Mar-2023 |
James Wright <james@jameswright.xyz> |
doc(fluids): Rearrange Navier-Stokes documentation |
| c79d6dc9 | 23-Mar-2023 |
James Wright <james@jameswright.xyz> |
doc(fluids): Document SGS, data-driven model |
| c70a677f | 13-May-2023 |
Jed Brown <jed@jedbrown.org> |
doc: update to altair-5.0 and sphinext-altair
https://github.com/altair-viz/altair/issues/3051#issuecomment-1546730887 |
| 1d2f0dcb | 03-May-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ex - remove unused variable |
| 51b00d91 | 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 ...
|
| 19ffbc25 | 14-Feb-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add flag for turning on SGS model |
| be34b3b7 | 07-Feb-2023 |
James Wright <james@jameswright.xyz> |
fluids: Apply nodal SGS tensor to IFunction |
| 9a17443d | 22-Mar-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add nodal evaluation of SGS DD Model |
| 052409ad | 22-Mar-2023 |
James Wright <james@jameswright.xyz> |
fluids: Project grid anisotropy tensor |