| 240d24bd | 09-Feb-2026 |
James Wright <james@jameswright.xyz> |
fix(upstream): Update DMPlexFilter with new arguments from petsc:!8876 |
| 4fe35dce | 21-Oct-2025 |
James Wright <james@jameswright.xyz> |
feat: Remove honee member coordinate references |
| 9018c49a | 21-Oct-2025 |
James Wright <james@jameswright.xyz> |
feat: Remove coordinate arguments from QDataGet()
They are obtained directly from the passed in DM object |
| cf8f12c8 | 15-Oct-2025 |
James Wright <james@jameswright.xyz> |
feat: Replace honee->elem_restr_q and basis_q with creation routines |
| e3db12f8 | 14-Oct-2025 |
James Wright <james@jameswright.xyz> |
feat: Add DMLABEL_DEFAULT and DMLABEL_DEFAULT_VALUE
Helper variables to make it more clear what is being done for the default DMLabel and the default label value as well. |
| 6b9fd993 | 14-Oct-2025 |
James Wright <james@jameswright.xyz> |
style(dm-utils): Rename Basis routines to match ElemRestriction |
| 9eadbee4 | 29-Sep-2025 |
James Wright <james@jameswright.xyz> |
style: Change clang-format to penalize newline after open () |
| b4598da8 | 04-Sep-2025 |
James Wright <james@jameswright.xyz> |
fix(spanstats): Use prefix in sf_view flag and sf name |
| 755bbe25 | 04-Sep-2025 |
James Wright <james@jameswright.xyz> |
test: Add advection CFL/Pe spanstats test |
| cde3d787 | 25-Aug-2025 |
James Wright <james@jameswright.xyz> |
refactor: Extract NewtonianIGProperties from NewtonianIdealGasContext |
| f5dc303c | 22-Aug-2025 |
James Wright <james@jameswright.xyz> |
refactor: Use compound literals for struct setting
Using compound literals to initialize structs is often either easier to read or more compact than setting struct members individually one-by-one. |
| 58d1351f | 22-Aug-2025 |
James Wright <james@jameswright.xyz> |
refactor: SpanstatsInitialize parameter naming |
| 0aab7249 | 06-Jul-2025 |
James Wright <james@jameswright.xyz> |
test: Add test for -ts_monitor_spanstats_cflpe |
| d1ebe9f3 | 06-Jul-2025 |
James Wright <james@jameswright.xyz> |
style: Remove stray ';' |
| 5206a5a0 | 04-Jul-2025 |
James Wright <james@jameswright.xyz> |
style: Changing destroy function signatures |
| b30619f6 | 30-Mar-2025 |
James Wright <james@jameswright.xyz> |
feat: Add spanstats for CFL and Peclet number
- Add CalculatePe* to numerics.h |
| 17dc1449 | 04-Jul-2025 |
James Wright <james@jameswright.xyz> |
style(spanstats): Change turbulence setup function name |
| dae7673a | 04-Jul-2025 |
James Wright <james@jameswright.xyz> |
style: Move spanstats into subdirectory |