History log of /honee/ (Results 401 – 425 of 1514)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
c8d2d3af24-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

e1bedf8c23-Jul-2024 James Wright <james@jameswright.xyz>

refactor: Move N-dimensional QdataUnpack* to utils.h

bdbff3a124-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

d036236216-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 ...

0ce413aa12-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

9a238ef324-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

4aea466423-Jul-2024 James Wright <james@jameswright.xyz>

style: Clean up velocity gradient projection

16c7b7c823-Jul-2024 James Wright <james@jameswright.xyz>

style: Clean up Grid Anisotropy code

be29160d22-Jul-2024 James Wright <james@jameswright.xyz>

feat: Remove CeedData qdata members

e816a7e422-Jul-2024 James Wright <james@jameswright.xyz>

feat: Implement centralized storage of QData

0edc72b323-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

28160fc218-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)

8a02cd4c17-Jul-2024 James Wright <james@jameswright.xyz>

refactor: Replace dm_scale with meter

89de314217-Jul-2024 James Wright <james@jameswright.xyz>

refactor: Remove q_data_size* from ProblemData

66d5474017-Jul-2024 James Wright <james@jameswright.xyz>

refactor: Remove `dim` from ProblemData

Should just grab that from the DM

a739cd0b19-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

62ab3c0b18-Jul-2024 James Wright <james@jameswright.xyz>

refactor: Clean up Surface Forces functions

cf926b5917-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

0dee9b8e17-Jul-2024 James Wright <james@jameswright.xyz>

fix: Skip Preallocation for auxillary DMs

c122ba7615-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

4cb09fdd12-Jul-2024 James Wright <james@jameswright.xyz>

refactor: Remove redundant comments from navierstokes.h

And newlines too

e07531f712-Jul-2024 James Wright <james@jameswright.xyz>

refactor: More consistent naming of qf context

95f461b512-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

7ce151ad12-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

78e8b7da12-Jul-2024 James Wright <james@jameswright.xyz>

refactor: norm -> normal, and others

1...<<11121314151617181920>>...61