| 12d74c38 | 14-Mar-2024 |
James Wright <james@jameswright.xyz> |
fluids: Catch if no options passed |
| dcdae71a | 14-Mar-2024 |
James Wright <james@jameswright.xyz> |
fluids: Fix docstring |
| d0593705 | 14-Mar-2024 |
James Wright <james@jameswright.xyz> |
fluids: Sync with Ratel, get ceed-utils.h |
| 1c222a6b | 14-Mar-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1516 from CEED/jrwrigh/fix_fluids_64
fluids: Fix issues with 64 bit PetscInt builds |
| 8d0871ad | 14-Mar-2024 |
James Wright <james@jameswright.xyz> |
fluids: Fix issues with 64 bit PetscInt builds |
| 5f5d6789 | 14-Mar-2024 |
Alex Lindsay <alexander.lindsay@inl.gov> |
Avoid integer conversion warnings for fields in SgsDDData |
| 7ec80374 | 14-Mar-2024 |
Alex Lindsay <alexander.lindsay@inl.gov> |
Edit sample command lines for fluid example
Don't give sample that yields non-zero exit code |
| fad128ee | 13-Mar-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1510 from CEED/jrwrigh/fluids_matceed
fluids: Add MatCeed |
| 54831c5f | 13-Mar-2024 |
James Wright <james@jameswright.xyz> |
fluids(MatCeed): PetscCeedCall -> PetscCallCeed |
| d231d939 | 13-Mar-2024 |
James Wright <james@jameswright.xyz> |
fluids: Add -pmat_pbdiagonal warning |
| 5da97eb4 | 13-Mar-2024 |
James Wright <james@jameswright.xyz> |
fluids: Remove old CreateMatShell_Ceed
This is fully replaced by MatCeed |
| 7f2a9303 | 12-Mar-2024 |
James Wright <james@jameswright.xyz> |
fluids: Add KSPSetFromOptions_WithMatCeed |
| 91c97f41 | 12-Mar-2024 |
James Wright <james@jameswright.xyz> |
fluids: Use MatCeed for Jacobian |
| f07714d9 | 05-Mar-2024 |
James Wright <james@jameswright.xyz> |
test(fluids): Add stabilized explicit test for advection
Also uses consistent mass matrix |
| fa9a7b5d | 05-Mar-2024 |
James Wright <james@jameswright.xyz> |
fix(fluids): RHS stabilization term should be negative |
| c8564c30 | 12-Mar-2024 |
James Wright <james@jameswright.xyz> |
fluids: Add MatCeed Code from Ratel |
| ed9ed3de | 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 ...
|
| b816f9e3 | 29-Feb-2024 |
James Wright <james@jameswright.xyz> |
fixup! fluids: Change test for advection tau types |
| 44e8f77d | 14-Feb-2024 |
James Wright <james@jameswright.xyz> |
doc(fluids): New choices for tau in advection |
| 4d799301 | 14-Feb-2024 |
James Wright <james@jameswright.xyz> |
fluids: Change test for advection tau types |
| b18328c4 | 13-Feb-2024 |
James Wright <james@jameswright.xyz> |
fluids: Add different tau choices for advection |
| 779a6453 | 11-Jan-2024 |
James Wright <james@jameswright.xyz> |
test(fluids): Test bc_slip |
| 9f844368 | 06-Dec-2023 |
James Wright <james@jameswright.xyz> |
fluids: Implement bc_slip
This is a weak version of slip boundary condition based on a Riemann solve |
| 7c5bba50 | 06-Dec-2023 |
James Wright <james@jameswright.xyz> |
fluids: Change -bc_slip_x -> -bc_symmetry_x |
| 82a64ec5 | 05-Mar-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1361 from CEED/jrwrigh/external_sgs
fluids: Add external SGS DD inference capability |