| ea091b8e | 11-Jun-2025 |
James Wright <james@jameswright.xyz> |
feat(bc): Shrink jac_data_size to that being used |
| d3c60aff | 05-Jun-2025 |
James Wright <james@jameswright.xyz> |
refactor: Delete SimpleBC struct |
| d6cac220 | 05-Jun-2025 |
James Wright <james@jameswright.xyz> |
bc(inflow): Convert inflow bc to use BCDef functions |
| f978755d | 05-Jun-2025 |
James Wright <james@jameswright.xyz> |
bc(outflow): Convert outflow bc to use BCDef functions |
| d4e423e7 | 05-Jun-2025 |
James Wright <james@jameswright.xyz> |
bc(freestream): Convert freestream bc to use BCDef functions |
| 5e79d562 | 11-Oct-2024 |
James Wright <james@jameswright.xyz> |
bc(slip): Convert slip bc to use BCDef functions |
| 77aa5ad7 | 11-Oct-2024 |
James Wright <james@jameswright.xyz> |
bc_def: Add IFunction and IJacobian set and apply |
| 2e678684 | 10-Oct-2024 |
James Wright <james@jameswright.xyz> |
bc_def: Add user context |
| 09240e0a | 10-Oct-2024 |
James Wright <james@jameswright.xyz> |
bc_def: Add dm member to struct
And it's associated Get/Set functions |
| a5677b81 | 17-Jun-2025 |
Mohi <mohadese.khoshnevisan99@gmail.com> |
(!109) Add HONEE Git and Version info commands |
| bc87537d | 10-Oct-2024 |
James Wright <james@jameswright.xyz> |
dm_utils: Add DMGetCoordinateNumComps |
| b7e55d06 | 10-Oct-2024 |
James Wright <james@jameswright.xyz> |
dm_utils: Move function defs to separate header file |
| 78c5b8e5 | 30-Mar-2025 |
James Wright <james@jameswright.xyz> |
refactor: Use TSMonitorSetFromOptions for spanstats |
| 54b5d069 | 30-Mar-2025 |
James Wright <james@jameswright.xyz> |
refactor: Explicitly pass spanstats context |
| 00e32f70 | 30-Mar-2025 |
James Wright <james@jameswright.xyz> |
refactor: Move generic spanstats function to separate file |
| ddf6e248 | 24-Mar-2025 |
James Wright <james@jameswright.xyz> |
fix(bc): Correct PetscOptionsItems pointer status
PETSc !7517 changed this from a struct to a pointer to struct. This needs to be reflected in these functions |
| e987420b | 15-Feb-2025 |
James Wright <james@jameswright.xyz> |
fix: Change spanstats struct to pointer-to-struct |
| 8fbf1d3f | 15-Feb-2025 |
James Wright <james@jameswright.xyz> |
feat: Add log statement for spanstats file writing |
| 2a9a4b51 | 10-Dec-2024 |
James Wright <james@jameswright.xyz> |
style: Remove pointless pointer
There's no need for `Q` to be passed as a pointer; it already exists |
| 16cb6b6b | 09-Dec-2024 |
James Wright <james@jameswright.xyz> |
feat: Add -ksp_post_solve_residual |
| d9e07cc2 | 07-Dec-2024 |
James Wright <james@jameswright.xyz> |
feat(bc): Add log events for BCInsert and CeedOp |
| ea615d4c | 07-Dec-2024 |
James Wright <james@jameswright.xyz> |
style: Refactor fluids -> HONEE |
| 87fd7f33 | 07-Dec-2024 |
James Wright <james@jameswright.xyz> |
feat: Add -ts_monitor_cfl |
| 4c6ae86e | 04-Dec-2024 |
James Wright <james@jameswright.xyz> |
fix: Fix multiple TSPostSteps |
| 354560d1 | 02-Dec-2024 |
James Wright <james@jameswright.xyz> |
feat: Add max_wall_time PostStep |