| c8d2d3af | 24-Jul-2024 |
James Wright <james@jameswright.xyz> |
Merge branch 'jrwrigh/qdataunpack_nd' into 'main'
refactor: Move N-dimensional QdataUnpack* to utils.h
See merge request phypid/honee!34 |
| e1bedf8c | 23-Jul-2024 |
James Wright <james@jameswright.xyz> |
refactor: Move N-dimensional QdataUnpack* to utils.h |
| bdbff3a1 | 24-Jul-2024 |
James Wright <james@jameswright.xyz> |
Merge branch 'jrwrigh/fix_dm_label' into 'main'
fix: Copy label values when creating global array
See merge request phypid/honee!33 |
| d0362362 | 16-Jul-2024 |
James Wright <james@jameswright.xyz> |
fix: Copy label values when creating global array
The IS resulting from `DMLabelGetValueIS` is a pointer to the `label->stratumValues` array, which has to maintain it's order. However, we need a sor
fix: Copy label values when creating global array
The IS resulting from `DMLabelGetValueIS` is a pointer to the `label->stratumValues` array, which has to maintain it's order. However, we need a sorted array of the values for `PetscFindInt` to work correctly. So we simply copy the array.
show more ...
|
| 0ce413aa | 12-Jul-2024 |
James Wright <james@jameswright.xyz> |
fix(dm): CreateFaceLabel only if label doesn't exist
Also increase the label size to accommodate more than single-digit dm_face values |
| 9a238ef3 | 24-Jul-2024 |
James Wright <james@jameswright.xyz> |
Merge branch 'jrwrigh/centralize_qdata' into 'main'
feat: Implement centralized storage of QData
Closes #13
See merge request phypid/honee!32 |
| 4aea4664 | 23-Jul-2024 |
James Wright <james@jameswright.xyz> |
style: Clean up velocity gradient projection |
| 16c7b7c8 | 23-Jul-2024 |
James Wright <james@jameswright.xyz> |
style: Clean up Grid Anisotropy code |
| be29160d | 22-Jul-2024 |
James Wright <james@jameswright.xyz> |
feat: Remove CeedData qdata members |
| e816a7e4 | 22-Jul-2024 |
James Wright <james@jameswright.xyz> |
feat: Implement centralized storage of QData |
| 0edc72b3 | 23-Jul-2024 |
James Wright <james@jameswright.xyz> |
Merge branch 'jrwrigh/misc_refactor' into 'main'
refactor: Clean up global struct members
See merge request phypid/honee!31 |
| 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 |
| 89de3142 | 17-Jul-2024 |
James Wright <james@jameswright.xyz> |
refactor: Remove q_data_size* from ProblemData |
| 66d54740 | 17-Jul-2024 |
James Wright <james@jameswright.xyz> |
refactor: Remove `dim` from ProblemData
Should just grab that from the DM |
| a739cd0b | 19-Jul-2024 |
James Wright <james@jameswright.xyz> |
Merge branch 'jrwrigh/refactor_surface_forces' into 'main'
refactor: Clean up Surface Forces functions
See merge request phypid/honee!30 |
| 62ab3c0b | 18-Jul-2024 |
James Wright <james@jameswright.xyz> |
refactor: Clean up Surface Forces functions |
| cf926b59 | 17-Jul-2024 |
James Wright <james@jameswright.xyz> |
Merge branch 'jrwrigh/skip_preallocation_dm' into 'main'
fix: Skip Preallocation for auxillary DMs
See merge request phypid/honee!28 |
| 0dee9b8e | 17-Jul-2024 |
James Wright <james@jameswright.xyz> |
fix: Skip Preallocation for auxillary DMs |
| c122ba76 | 15-Jul-2024 |
James Wright <james@jameswright.xyz> |
Merge branch 'jrwrigh/refactor' into 'main'
refactor: Make consistent QF naming, cleanup navierstokes.h
Closes #9
See merge request phypid/honee!26 |
| 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 |
| 95f461b5 | 12-Jul-2024 |
James Wright <james@jameswright.xyz> |
Merge branch 'jrwrigh/refactor_nom' into 'main'
refactor: norm -> normal, and others
See merge request phypid/honee!25 |
| 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 |
| 78e8b7da | 12-Jul-2024 |
James Wright <james@jameswright.xyz> |
refactor: norm -> normal, and others |