| 66d54740 | 17-Jul-2024 |
James Wright <james@jameswright.xyz> |
refactor: Remove `dim` from ProblemData
Should just grab that from the DM |
| 62ab3c0b | 18-Jul-2024 |
James Wright <james@jameswright.xyz> |
refactor: Clean up Surface Forces functions |
| 0dee9b8e | 17-Jul-2024 |
James Wright <james@jameswright.xyz> |
fix: Skip Preallocation for auxillary DMs |
| 4cb09fdd | 12-Jul-2024 |
James Wright <james@jameswright.xyz> |
refactor: Remove redundant comments from navierstokes.h
And newlines too |
| e07531f7 | 12-Jul-2024 |
James Wright <james@jameswright.xyz> |
refactor: More consistent naming of qf context |
| 7ce151ad | 12-Jul-2024 |
James Wright <james@jameswright.xyz> |
minor(file): Remove char array lengths from arguments
There's no need for these to be here. I put them there before I have a good understanding of pointers and C in general |
| f638f05c | 12-Jul-2024 |
James Wright <james@jameswright.xyz> |
stats: Remove unnecessary viewer setup code
- If `viewer_type` is not passed as a flag, then the viewer will keep the original type it had |
| 5892ddc8 | 12-Jul-2024 |
James Wright <james@jameswright.xyz> |
dm: Verify Face Sets label exists |
| 59572072 | 12-Jul-2024 |
James Wright <james@jameswright.xyz> |
internal: Add HONEEOptionsSetValueDefault |
| db90dbaa | 12-Jul-2024 |
James Wright <james@jameswright.xyz> |
refactor: Remove SetupICsFromBinary
- Only used once, might as well just directly call HoneeLoadBinaryVec |
| b237916a | 12-Jul-2024 |
James Wright <james@jameswright.xyz> |
internal: Add HoneeWriteBinaryVec |
| 360b37c9 | 12-Jul-2024 |
James Wright <james@jameswright.xyz> |
internal: Remove comm argument from HoneeLoadBinaryVec |
| c9ff4f08 | 12-Jul-2024 |
James Wright <james@jameswright.xyz> |
refactor: honee-file functions |
| 93ca29b6 | 12-Jul-2024 |
James Wright <james@jameswright.xyz> |
internal: Add honee-file |
| ae2b091f | 26-Jun-2024 |
James Wright <james@jameswright.xyz> |
chore: Move to Apache-2.0 OR BSD-2-Clause |
| 5f65e1a7 | 07-Jul-2024 |
James Wright <james@jameswright.xyz> |
bc: Add and use DMLabelCreateGlobalValueArray |
| f5363285 | 03-Jul-2024 |
James Wright <james@jameswright.xyz> |
dm_utils: Use DMGetStratumIS for face labeling
Instead of looping through every face in the local grid (including interior faces), this limits the looping to just the label points associated with th
dm_utils: Use DMGetStratumIS for face labeling
Instead of looping through every face in the local grid (including interior faces), this limits the looping to just the label points associated with the boundary in "Face Sets"
show more ...
|
| 21ba7ba4 | 21-Jun-2024 |
James Wright <james@jameswright.xyz> |
bc: Implement 3D dXdx for strong STG
- Used for determining element size in STG calculation |
| 15c15616 | 07-Jun-2024 |
James Wright <james@jameswright.xyz> |
boundary: Add cell-to-face basis routines |
| 0ded6df5 | 02-Jul-2024 |
James Wright <james@jameswright.xyz> |
Merge branch 'jrwrigh/fix_malloc_issues' into 'main'
Fix memory leaks
Closes #2
See merge request phypid/honee!18 |
| 87edb941 | 02-Jul-2024 |
James Wright <james@jameswright.xyz> |
fix: Clean up basis and restrictions for SGS and filtering |
| 039caf0d | 02-Jul-2024 |
James Wright <james@jameswright.xyz> |
fix: Destroy array from PetscStrToArray |
| a35b15c9 | 01-Jul-2024 |
James Wright <james@jameswright.xyz> |
fix: turb_spanstats leak |
| ba95ebb4 | 01-Jul-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
matceed - docfix |
| d7b7c37a | 01-Jul-2024 |
James Wright <james@jameswright.xyz> |
fix: Destroy strong BC operator |