| #
dec3c062
|
| 24-Sep-2024 |
James Wright <james@jameswright.xyz> |
Merge MR !29, 'jrwrigh/consolidate_structs', into 'main'
refactor: Change `User` -> `Honee`
See merge request phypid/honee!29
|
| #
0c373b74
|
| 17-Jul-2024 |
James Wright <james@jameswright.xyz> |
refactor: Change User -> Honee
|
| #
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
|
| #
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
|
| #
d251f31f
|
| 09-Jul-2024 |
James Wright <james@jameswright.xyz> |
Merge branch 'jrwrigh/fluids_grad_boundaries' into 'main'
Add cell to face basis, implement in strong STG
See merge request phypid/honee!19
|
| #
64667825
|
| 09-Jul-2024 |
James Wright <james@jameswright.xyz> |
qf: Add Norm3 utility function
|
| #
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
|
| #
039caf0d
|
| 02-Jul-2024 |
James Wright <james@jameswright.xyz> |
fix: Destroy array from PetscStrToArray
|
| #
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
|
| #
a39500fa
|
| 25-Jun-2024 |
James Wright <james@jameswright.xyz> |
Merge branch 'jeremy/tidy' into 'main'
Clean up make tidy issues
Closes #1
See merge request phypid/honee!2
|
| #
87d3884f
|
| 25-Jun-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
tidy - small fixes
|
| #
17f1f19b
|
| 06-Jun-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1598 from CEED/jrwrigh/blasius_check_var
fluids: Add check to blasius for state variable and weak inflow
|
| #
727ec889
|
| 06-Jun-2024 |
James Wright <james@jameswright.xyz> |
fluids: Add check to blasius for state variable
|
| #
ef924baa
|
| 29-Apr-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1568 from CEED/jrwrigh/fix_blasius_state
fix: Correct P0 deprecation
|
| #
a213b8aa
|
| 27-Apr-2024 |
James Wright <james@jameswright.xyz> |
fluids: Introduce -idl_pressure option
Also re-instates the old P0 behavior with regard to the idl_pressure
|
| #
59b9b79b
|
| 27-Apr-2024 |
James Wright <james@jameswright.xyz> |
fix: Correct P0 deprecation
the PetscOptionsDeprecated caused the P0 option to be ignored for some reason
|
| #
6f6416dd
|
| 25-Apr-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1566 from CEED/jrwrigh/blasius_state
fluids: Use State in blasius context
|
| #
fcb2c22a
|
| 25-Apr-2024 |
James Wright <james@jameswright.xyz> |
fluids: Use StatePrimitive in blasius context
|
| #
012ff548
|
| 24-Apr-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1562 from CEED/jrwrigh/fluids_problem_pointer
fluids: Make ProblemData a pointer to struct
|
| #
991aef52
|
| 24-Apr-2024 |
James Wright <james@jameswright.xyz> |
fluids: Make ProblemData a pointer to struct
We basically use it as a pointer-to-struct type everywhere, so might as well make it consistent with everything else
|