Revision Date Author Comments
# 68ce6629 08-Oct-2024 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1681 from CEED/jrwrigh/fix_fluids_alpha

fix(fluids): Update tests for fixed ts_type alpha


# 70952158 04-Oct-2024 James Wright <james@jameswright.xyz>

fix(fluids): Update tests for fixed ts_type alpha

The startup logic for `ts_type: alpha` was fixed in petsc/petsc!7816, so
the reference solutions needed to be fixed as well.


# b9f1e9d9 20-Jun-2024 James Wright <james@jameswright.xyz>

Merge pull request #1609 from CEED/jrwrigh/fix_riemann_solvers

fluids: Fix Riemann solvers *_fwd mode functions


# 54f81801 20-Jun-2024 James Wright <james@jameswright.xyz>

fix(fluids): Correct Riemann HLL *_fwd functions


# fddff348 12-Sep-2023 James Wright <james@jameswright.xyz>

Merge pull request #1233 from CEED/jrwrigh/pbdiagonal_symbolic

Add CeedOperatorLinearAssemblePointBlockDiagonalSymbolic


# 07328cde 11-Sep-2023 James Wright <james@jameswright.xyz>

test: Add fluids test for MatShell code

- Previously, `-amat_type shell -pmat_pbdiagonal` weren't tested at all
- This also helps to test `CeedOperatorLinearAssemblePointBlockDiagonalSymbolic`