| #
c05653ab
|
| 14-Mar-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1517 from CEED/jrwrigh/ratel_sync
fluids: Sync with Ratel changes
|
| #
95327578
|
| 14-Mar-2024 |
James Wright <james@jameswright.xyz> |
fluids: Fix docstring
|
| #
a7dac1d5
|
| 14-Mar-2024 |
James Wright <james@jameswright.xyz> |
fluids: Sync with Ratel, get ceed-utils.h
|
| #
66b1b42a
|
| 13-Mar-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1510 from CEED/jrwrigh/fluids_matceed
fluids: Add MatCeed
|
| #
1030794f
|
| 13-Mar-2024 |
James Wright <james@jameswright.xyz> |
fluids: Remove old CreateMatShell_Ceed
This is fully replaced by MatCeed
|
| #
3170c09f
|
| 12-Mar-2024 |
James Wright <james@jameswright.xyz> |
fluids: Add KSPSetFromOptions_WithMatCeed
|
| #
45101827
|
| 12-Mar-2024 |
James Wright <james@jameswright.xyz> |
fluids: Make MatShell functions static
This is done primarily to allow MatCeed to coexist with the context operators for right now.
This has the nasty side-effect of forcing `Mat` objects to be NUL
fluids: Make MatShell functions static
This is done primarily to allow MatCeed to coexist with the context operators for right now.
This has the nasty side-effect of forcing `Mat` objects to be NULL when they're passed into CreateMatShell_Ceed, but that will soon be replaced with MatCeed, so it is only temporary for the transition in this PR
show more ...
|
| #
b28cdeaf
|
| 29-Aug-2023 |
James Wright <james@jameswright.xyz> |
Merge pull request #1259 from CEED/jrwrigh/fluids-cleanup
fluids: Misc cleanup
|
| #
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)
|
| #
b4c37c5c
|
| 01-Aug-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add PetscCallCeed
|
| #
93a8a03e
|
| 20-Jun-2023 |
James Wright <james@jameswright.xyz> |
Merge pull request #1237 from CEED/jrwrigh/petsc-success
examples: Use PETSC_SUCCESS in PetscFunctionReturn
|
| #
d949ddfc
|
| 20-Jun-2023 |
James Wright <james@jameswright.xyz> |
examples: Use PetscFunctionReturn in PETSC_SUCCESS
|
| #
671d8958
|
| 19-Jun-2023 |
James Wright <james@jameswright.xyz> |
Merge pull request #1236 from CEED/jrwrigh/fluids_event_log
fluids: Add CeedOperator PetscLogEvents
|
| #
7eedc94c
|
| 19-Jun-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add CeedOperator PetscLogEvents
Co-authored-by: Jed Brown <jed@jedbrown.org>
|
| #
0fd30eea
|
| 18-May-2023 |
James Wright <james@jameswright.xyz> |
Merge pull request #1185 from CEED/jrwrigh/fluids-cleanup
fluids: Move to local Vec storage and petsc-ops
|
| #
82560a70
|
| 01-Apr-2023 |
James Wright <james@jameswright.xyz> |
fluids: OperatorApplyContextCreate verify all sizes
|
| #
3fc17c4b
|
| 30-Mar-2023 |
James Wright <james@jameswright.xyz> |
fluids: Define in/out in docstring params
|
| #
91933550
|
| 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
|
| #
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
|
| #
9e3fb82b
|
| 17-May-2023 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #1149 from CEED/jrwrigh/newtonian_ddsgs
fluids: Data-driven SGS modeling
|
| #
f7325489
|
| 22-Mar-2023 |
James Wright <james@jameswright.xyz> |
fluids: Refactor matops -> petsc_ops
|