| #
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
|
| #
be29160d
|
| 22-Jul-2024 |
James Wright <james@jameswright.xyz> |
feat: Remove CeedData qdata members
|
| #
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
|
| #
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
|
| #
e07531f7
|
| 12-Jul-2024 |
James Wright <james@jameswright.xyz> |
refactor: More consistent naming of qf context
|
| #
8a8cb6e0
|
| 10-Jul-2024 |
James Wright <james@jameswright.xyz> |
Merge branch 'jrwrigh/license_changes' into 'main'
Update License post libCEED fork
See merge request phypid/honee!6
|
| #
ae2b091f
|
| 26-Jun-2024 |
James Wright <james@jameswright.xyz> |
chore: Move to Apache-2.0 OR BSD-2-Clause
|
| #
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
|
| #
2ce692e5
|
| 02-Jul-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge branch 'jeremy/matceed-updates' into 'main'
matceed - sync Ratel and HONEE
See merge request phypid/honee!17
|
| #
51a85e6c
|
| 01-Jul-2024 |
James Wright <james@jameswright.xyz> |
misc: Formatting and other minor fixes
|
| #
000d2032
|
| 01-Jul-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
matceed - sync Ratel and HONEE
|
| #
06a5ac53
|
| 28-Jun-2024 |
James Wright <james@jameswright.xyz> |
Merge branch 'jrwrigh/rearrange' into 'main'
Rearrange files into more future-oriented locations
See merge request phypid/honee!15
|
| #
149fb536
|
| 28-Jun-2024 |
James Wright <james@jameswright.xyz> |
chore: Move navierstokes.* out of root directory
navierstokes.h to include and navierstokes.c into examples
|
| #
8b104ae8
|
| 03-May-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1574 from CEED/jrwrigh/update_matceed
fluids: MatCeed and Ratel Updates
|
| #
c1c64bfc
|
| 02-May-2024 |
James Wright <james@jameswright.xyz> |
fluids: Use new MatCeed/Ratel updates
|
| #
87b4b42a
|
| 30-Apr-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1571 from CEED/jrwrigh/createqdata_function
fluids: Add CreateQData and CreateQDataBoundary functions
|
| #
c864c5ab
|
| 27-Apr-2024 |
James Wright <james@jameswright.xyz> |
fluids: Add QDataGet functions
|
| #
4229c2ea
|
| 29-Apr-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1567 from CEED/jrwrigh/refactor_setuplibceed
fluids: Refactor primary Ceed Object creation routines
|
| #
bbc90103
|
| 29-Apr-2024 |
James Wright <james@jameswright.xyz> |
fluids: Remove op_*_vol from user struct
And some other misc style changes
|
| #
866f9b4a
|
| 26-Apr-2024 |
James Wright <james@jameswright.xyz> |
fluids: Consolidate QF and Op creation for BCs
|
| #
ce8bebb6
|
| 26-Apr-2024 |
James Wright <james@jameswright.xyz> |
fluids: Consolidate QF and Op creation blocks
|