| 73170398 | 02-Dec-2024 |
James Wright <james@jameswright.xyz> |
chore: ProcessCommandLineOptions to use Honee arg |
| 8b774af8 | 29-Nov-2024 |
James Wright <james@jameswright.xyz> |
feat: Add -honee_check_step |
| 25125139 | 22-Nov-2024 |
James Wright <james@jameswright.xyz> |
feat: Add monitor for total kinetic energy balance |
| 5907cb7e | 23-Nov-2024 |
James Wright <james@jameswright.xyz> |
refactor: Remove RegisterProblems_NS from global namespace
Just call the function when we go to process CL arguments |
| 64dd23fe | 23-Nov-2024 |
James Wright <james@jameswright.xyz> |
refactor: Move and rename CreateMassQFunction |
| d114cded | 16-Nov-2024 |
James Wright <james@jameswright.xyz> |
feat: Add HoneeLoadInitialCondition() |
| 481d14cb | 17-Nov-2024 |
James Wright <james@jameswright.xyz> |
refactor: Remove -continue, add use_continue_file internally |
| ea2beb2d | 16-Nov-2024 |
James Wright <james@jameswright.xyz> |
refactor: Remove -continue_time_filename option |
| d85b32c9 | 12-Nov-2024 |
James Wright <james@jameswright.xyz> |
feat(file): Add HoneeCheckFilenameExtension() |
| 519781ae | 26-Oct-2024 |
James Wright <james@jameswright.xyz> |
fix: Destroy Ceed objects due to libCEED #1702 |
| 67aa9f91 | 21-Oct-2024 |
James Wright <james@jameswright.xyz> |
fix(matceed): Use new context destroy function signature
See petsc!7900 and !7960 |
| e3663b90 | 10-Oct-2024 |
James Wright <james@jameswright.xyz> |
chore: Move CeedData into Honee |
| 214d311d | 04-Oct-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
petsc - update min version |
| 0c373b74 | 17-Jul-2024 |
James Wright <james@jameswright.xyz> |
refactor: Change User -> Honee |
| ddb7a641 | 19-Sep-2024 |
James Wright <james@jameswright.xyz> |
fix: Use PetscCount for SegBuffer sizes
Changed in PETSc !7806 |
| 3d1afcc1 | 19-Aug-2024 |
James Wright <james@jameswright.xyz> |
feat(advdif): Add Boundary Layer IC, wind type |
| 5f636aea | 29-Jul-2024 |
James Wright <james@jameswright.xyz> |
style(advdif): Add prefix to typedef enums |
| a62be6ba | 27-Jul-2024 |
James Wright <james@jameswright.xyz> |
feat(advdif): Add sine and square wave IC |
| 3a9e4118 | 27-Jul-2024 |
James Wright <james@jameswright.xyz> |
fix(advdiff): Remove STAB_TAU_ADVDIFF_SHAKIB_P tau type
It's a relic of an old design and doesn't actually exist anymore (superceded by `STAB_TAU_ADVDIFF_SHAKIB` with it's default behavior set to ma
fix(advdiff): Remove STAB_TAU_ADVDIFF_SHAKIB_P tau type
It's a relic of an old design and doesn't actually exist anymore (superceded by `STAB_TAU_ADVDIFF_SHAKIB` with it's default behavior set to match `SHAKIB_P`)
show more ...
|
| 8561fee2 | 26-Jul-2024 |
James Wright <james@jameswright.xyz> |
refactor(div F_diff): Change Setup arguments |
| 0880fbb6 | 26-Jul-2024 |
James Wright <james@jameswright.xyz> |
feat(div F_diff): Add GetOperatorFieldData |
| 36038bbc | 25-Jul-2024 |
James Wright <james@jameswright.xyz> |
feat(div F_diff): Use function pointers for RHS Op creation |
| 00dbc7b1 | 25-Jul-2024 |
James Wright <james@jameswright.xyz> |
style: restriction -> elem_restr for QDataBoundaryGrad |
| 8c85b835 | 24-Jul-2024 |
James Wright <james@jameswright.xyz> |
feat: Implement divergence of diffusive flux |
| be29160d | 22-Jul-2024 |
James Wright <james@jameswright.xyz> |
feat: Remove CeedData qdata members |