| a62be6ba | 27-Jul-2024 |
James Wright <james@jameswright.xyz> |
feat(advdif): Add sine and square wave IC |
| 5bcc2007 | 27-Jul-2024 |
James Wright <james@jameswright.xyz> |
feat(advdif): Add stabilization tau type to printout |
| 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 ...
|
| 165da713 | 27-Jul-2024 |
James Wright <james@jameswright.xyz> |
Merge MR !39, 'jrwrigh/fix_changelog', into 'main'
fix(changelog): Remove invalid flag from CHANGELOG
See merge request phypid/honee!39 |
| 9840ff74 | 27-Jul-2024 |
James Wright <james@jameswright.xyz> |
fix(changelog): Remove invalid flag from CHANGELOG |
| 89c65c6f | 27-Jul-2024 |
James Wright <james@jameswright.xyz> |
Merge branch 'jrwrigh/div_diff_flux_func_ptr' into 'main'
refactor: Make Divergence of Diffusive Flux flexible with governing equations
See merge request phypid/honee!36 |
| efe705f2 | 27-Jul-2024 |
James Wright <james@jameswright.xyz> |
Merge branch 'jrwrigh/refactor' into 'main'
refactor: Use utils in setupgeo helpers, other misc refactors
See merge request phypid/honee!37 |
| 74960ff5 | 27-Jul-2024 |
James Wright <james@jameswright.xyz> |
style: Use Square() instead of repeated multiplication |
| 28a2a646 | 27-Jul-2024 |
James Wright <james@jameswright.xyz> |
fix(stg): Use CalculateElementLengths for ICs |
| 83c0b726 | 27-Jul-2024 |
James Wright <james@jameswright.xyz> |
refactor: Use utils in setupgeo_helpers.h
Includes adding Norm2 and GradUnpack2 |
| c8549705 | 27-Jul-2024 |
James Wright <james@jameswright.xyz> |
docs(qdata): Minor fix to Setup2D_3Dcoords docstring |
| fda2a15d | 27-Jul-2024 |
James Wright <james@jameswright.xyz> |
refactor(qdata): SetupBoundaryGradient use helpers |
| e77831d2 | 27-Jul-2024 |
James Wright <james@jameswright.xyz> |
refactor(qdata): Have ND QFs return error code
So that the more specific ones just `return Qdata*_ND(...);`. Behavior more inline with how the state variable QFunction error codes are handled. |
| 8561fee2 | 26-Jul-2024 |
James Wright <james@jameswright.xyz> |
refactor(div F_diff): Change Setup arguments |
| 590d9cdd | 26-Jul-2024 |
James Wright <james@jameswright.xyz> |
style(div F_diff): Use `div_*` where appropriate |
| 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 |
| 1af555e8 | 25-Jul-2024 |
James Wright <james@jameswright.xyz> |
refactor(div F_diff): DMPlexCreateFaceLabel in Initialize
Also trade out usage of user->dm for projection->dm where appropriate |
| af747cea | 25-Jul-2024 |
James Wright <james@jameswright.xyz> |
Merge branch 'jrwrigh/qdata_boundary_grad_storage' into 'main'
fix: `QDataBoundaryGradientGet` use central storage
See merge request phypid/honee!35 |
| f17df9b6 | 25-Jul-2024 |
James Wright <james@jameswright.xyz> |
fix: QDataBoundaryGradientGet use central storage |
| 00dbc7b1 | 25-Jul-2024 |
James Wright <james@jameswright.xyz> |
style: restriction -> elem_restr for QDataBoundaryGrad |
| 912e22fb | 25-Jul-2024 |
James Wright <james@jameswright.xyz> |
Merge branch 'jrwrigh/diff_flux' into 'main'
feat: Add divergence of diffusive flux projection
See merge request phypid/honee!27 |
| 8c85b835 | 24-Jul-2024 |
James Wright <james@jameswright.xyz> |
feat: Implement divergence of diffusive flux |
| 06f0a019 | 24-Jul-2024 |
James Wright <james@jameswright.xyz> |
feat: Add MatMatNM and GradUnpackN to utils
- Implemented in `StatePhysicalGradientFromReference` |
| cbdfeaf4 | 24-Jul-2024 |
James Wright <james@jameswright.xyz> |
doc: Documention divergence of F_diff projection |