| #
d4cc1845
|
| 30-Dec-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1912 from CEED/jeremy/copyright
minor - update copyright to 2026
|
| #
9ba83ac0
|
| 19-Dec-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - update copyright to 2026
|
| #
7f85f93f
|
| 30-Sep-2025 |
James Wright <james@jameswright.xyz> |
Merge pull request #1896 from CEED/jrwrigh/clang-penalty-paren
style: Change clang-format to penalize newline after open ()
|
| #
1a8516d0
|
| 30-Sep-2025 |
James Wright <james@jameswright.xyz> |
style: Change clang-format to penalize newline after open ()
|
| #
a8edb68e
|
| 27-Mar-2025 |
James Wright <james@jameswright.xyz> |
Merge pull request #1796 from CEED/jrwrigh/update_petscoptions
fix(bc): Correct PetscOptionsItems pointer status
|
| #
9a2e771e
|
| 27-Mar-2025 |
James Wright <james@jameswright.xyz> |
fix(fluids): Address unintialized compiler warnings
|
| #
20a16a5f
|
| 20-Mar-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1786 from CEED/jeremy/copy-headers
minor - upate copyright to 2025
|
| #
d275d636
|
| 19-Mar-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - upate copyright to 2025
|
| #
68ce6629
|
| 08-Oct-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1681 from CEED/jrwrigh/fix_fluids_alpha
fix(fluids): Update tests for fixed ts_type alpha
|
| #
8535f0aa
|
| 04-Oct-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
fluids - more info in error
|
| #
d2c752cb
|
| 20-Sep-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1667 from CEED/jeremy/drop-cast
minor - drop unneeded casts
|
| #
8a310472
|
| 19-Sep-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
fluids - fix type
|
| #
830b3316
|
| 02-Jul-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1628 from CEED/jrwrigh/fix_fluids_leaks
fluids: Fix memory leaks
|
| #
38690fec
|
| 02-Jul-2024 |
James Wright <james@jameswright.xyz> |
fluids: Fix memory leaks
As done in HONEE: https://gitlab.com/phypid/honee/-/merge_requests/18
|
| #
3568c3e8
|
| 17-Jun-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1600 from CEED/jrwrigh/refactor_bcs_essential
fluids: Introduce BCDefinition, refactor essential BCs
|
| #
de327db4
|
| 17-Jun-2024 |
James Wright <james@jameswright.xyz> |
refactor(fluids): Rename some booleans
|
| #
9702fad5
|
| 12-Jun-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1581 from CEED/jrwrigh/pytorch_external_sgs
fluids: Add PyTorch external DD SGS evaluation
|
| #
9d992146
|
| 11-May-2024 |
James Wright <james@jameswright.xyz> |
fluids: Add log_events.c/h, PetscLogEvent for torch
To have the log_events accessbile to torch (in C++), I needed to separate out the header file containing the extern PetscLogEvent declarations. Wh
fluids: Add log_events.c/h, PetscLogEvent for torch
To have the log_events accessbile to torch (in C++), I needed to separate out the header file containing the extern PetscLogEvent declarations. While I was at it, I figured it'd be more clear to have a separate log_events.c file as well to have the actual "storage" of the PetscLogEvents and the RegisterLogEvents function itself.
show more ...
|
| #
013a5551
|
| 04-Oct-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add PyTorch external DD SGS evaluation
- Rename sequential_internal -> *_ceed
|
| #
433eda4d
|
| 04-May-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1573 from CEED/jrwrigh/fix_fluids_printing
fluids: Correct printing of MatTypes
|
| #
7bc7b61f
|
| 01-May-2024 |
James Wright <james@jameswright.xyz> |
fluids: Print correct Mat Types
|
| #
f674649b
|
| 03-May-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1576 from CEED/jrwrigh/update_matceed
fluids: Add back CeedOperator PetscLogEvents
|
| #
43327b86
|
| 03-May-2024 |
James Wright <james@jameswright.xyz> |
fluids: Add back CeedOperator PetscLogEvents
Remove the unused fluids-based ones in favor of the built-in MatCeed ones
|
| #
cce3ee4e
|
| 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
|
| #
731c13d7
|
| 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
|