| 85fc816e | 18-Aug-2024 |
James Wright <james@jameswright.xyz> |
chore(ci): Ignore SETERR* functions for coverage |
| 141134f8 | 17-Aug-2024 |
James Wright <james@jameswright.xyz> |
test(advdif): Add tests for div(F_diff) projection |
| 49c2c2da | 17-Aug-2024 |
James Wright <james@jameswright.xyz> |
fix(advdif): Remove ceed: resource from wave yaml |
| c4f3d9ac | 17-Aug-2024 |
James Wright <james@jameswright.xyz> |
docs: Update CHANGELOG for advdif div(F_diff) projection |
| 40b78511 | 16-Aug-2024 |
James Wright <james@jameswright.xyz> |
feat(advdif): Implement indirect div(F_diff) projection |
| 5f952e8d | 16-Aug-2024 |
James Wright <james@jameswright.xyz> |
feat(advdif): Add div F_diff into RHS |
| 4c5ab12f | 12-Aug-2024 |
James Wright <james@jameswright.xyz> |
feat(advdif): Add div F_diff into IFunction |
| 17cb71b0 | 12-Aug-2024 |
James Wright <james@jameswright.xyz> |
fix: Move DivDiffFluxProjectionMethod location
Should be in stabilization_types since it needs to be accessible to multiple governing equations and the entire point of the projection is for stabiliz
fix: Move DivDiffFluxProjectionMethod location
Should be in stabilization_types since it needs to be accessible to multiple governing equations and the entire point of the projection is for stabilization.
show more ...
|
| c2d90829 | 26-Jul-2024 |
James Wright <james@jameswright.xyz> |
feat(advdif): Direct projection of div diff implemented |
| da8b59d6 | 27-Jul-2024 |
James Wright <james@jameswright.xyz> |
feat(qdata): Add BoundaryGradient for 2D |
| 7cea0f50 | 27-Jul-2024 |
James Wright <james@jameswright.xyz> |
fix: Check if div_diff_flux requested, but not available |
| 71375690 | 13-Aug-2024 |
James Wright <james@jameswright.xyz> |
Merge MR !42, 'jrwrigh/advection_diff_tau', into 'main'
advdif: Add diffusion component to tau
See merge request phypid/honee!42 |
| fbabb365 | 13-Aug-2024 |
James Wright <james@jameswright.xyz> |
feat(advdif): Add diffusion tau coefficient |
| 19642b21 | 13-Aug-2024 |
James Wright <james@jameswright.xyz> |
fix(advdif): Correct documentation form of tau |
| 79e78fa7 | 12-Aug-2024 |
James Wright <james@jameswright.xyz> |
Merge MR !41, 'jrwrigh/refactor', into 'main'
style: Fix remaining conversions to *_qfctx
Closes #9
See merge request phypid/honee!41 |
| 236a8ba6 | 12-Aug-2024 |
James Wright <james@jameswright.xyz> |
style: Fix remaining conversions to *_qfctx |
| c2566998 | 06-Aug-2024 |
James Wright <james@jameswright.xyz> |
Merge MR !40, 'jrwrigh/stratum_is_at_height', into 'main'
feat(dm): Add DMGetStratumISAtHeight
See merge request phypid/honee!40 |
| 704995dc | 04-Aug-2024 |
James Wright <james@jameswright.xyz> |
feat(dm): Add DMGetStratumISAtHeight |
| 9f6ca935 | 02-Aug-2024 |
James Wright <james@jameswright.xyz> |
Merge MR !38, 'jrwrigh/advdif_sine_wave', into 'main'
feat(advdiff): Add sine and square wave ICs
See merge request phypid/honee!38 |
| 108c6689 | 29-Jul-2024 |
James Wright <james@jameswright.xyz> |
fix(advdif): Query only options relevant to IC
This way dangling flags are caught at the end as not being read |
| 5f636aea | 29-Jul-2024 |
James Wright <james@jameswright.xyz> |
style(advdif): Add prefix to typedef enums |
| dac5a352 | 29-Jul-2024 |
James Wright <james@jameswright.xyz> |
tests(advdif): Add square IC test |
| c781aee8 | 27-Jul-2024 |
James Wright <james@jameswright.xyz> |
feat(advdif): Add wave type to printout
Also makes wave type and bubble continuity printing dependent on the initial condition setting |
| 22312f1f | 27-Jul-2024 |
James Wright <james@jameswright.xyz> |
test(advdif): Add test for sine wave IC |
| da02a6e7 | 27-Jul-2024 |
James Wright <james@jameswright.xyz> |
docs(advdif): Add flags for wave IC |