| ea091b8e | 11-Jun-2025 |
James Wright <james@jameswright.xyz> |
feat(bc): Shrink jac_data_size to that being used |
| 0990a807 | 10-Jun-2025 |
James Wright <james@jameswright.xyz> |
feat(bc_def): Add AssertPointer to Get functions |
| 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 |
| dba12ed7 | 24-Mar-2025 |
James Wright <james@jameswright.xyz> |
fix: Make -help flag work correctly |
| ef55efad | 24-Mar-2025 |
James Wright <james@jameswright.xyz> |
feat: Change default checkpoint_interval to 0
Binary files are no longer the standard restart file format (CGNS is), therefore this should be avoided. |
| 4e1dcb99 | 16-Feb-2025 |
James Wright <james@jameswright.xyz> |
feat: Add -ts_eval_solutions_view for -ts_eval_times
Writes out intermediate solutions specified by `-ts_eval_times` |
| 53248132 | 16-Feb-2025 |
James Wright <james@jameswright.xyz> |
doc: Add dev note for HoneeCheckFileExtension |
| 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 |
| b6732408 | 15-Feb-2025 |
James Wright <james@jameswright.xyz> |
fix: Don't redirect spanstats struct directly from honee |
| 6f5e6828 | 13-Jan-2025 |
James Wright <james@jameswright.xyz> |
fix(totalke): Use RHS or IFunction Op, whichever exists |