| e3663b90 | 10-Oct-2024 |
James Wright <james@jameswright.xyz> |
chore: Move CeedData into Honee |
| 0c373b74 | 17-Jul-2024 |
James Wright <james@jameswright.xyz> |
refactor: Change User -> Honee |
| 3d1afcc1 | 19-Aug-2024 |
James Wright <james@jameswright.xyz> |
feat(advdif): Add Boundary Layer IC, wind type |
| 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 |
| c2d90829 | 26-Jul-2024 |
James Wright <james@jameswright.xyz> |
feat(advdif): Direct projection of div diff implemented |
| fbabb365 | 13-Aug-2024 |
James Wright <james@jameswright.xyz> |
feat(advdif): Add diffusion tau coefficient |
| 236a8ba6 | 12-Aug-2024 |
James Wright <james@jameswright.xyz> |
style: Fix remaining conversions to *_qfctx |
| 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 |
| 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 |
| 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 |
| 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 |
| 74960ff5 | 27-Jul-2024 |
James Wright <james@jameswright.xyz> |
style: Use Square() instead of repeated multiplication |
| 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 |
| 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 |
| 28160fc2 | 18-Jul-2024 |
James Wright <james@jameswright.xyz> |
feat: Add jac_data_size_vol
- Allows non-Jacobian examples to not have to set zeros to it's inputs - Removes the need for `uses_newtonian` (newtonian itself can not add the extra term for IDL) |
| 8a02cd4c | 17-Jul-2024 |
James Wright <james@jameswright.xyz> |
refactor: Replace dm_scale with meter |
| 66d54740 | 17-Jul-2024 |
James Wright <james@jameswright.xyz> |
refactor: Remove `dim` from ProblemData
Should just grab that from the DM |
| 0dee9b8e | 17-Jul-2024 |
James Wright <james@jameswright.xyz> |
fix: Skip Preallocation for auxillary DMs |
| e07531f7 | 12-Jul-2024 |
James Wright <james@jameswright.xyz> |
refactor: More consistent naming of qf context |