| #
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
|
| #
2f504002
|
| 31-Mar-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1797 from CEED/jeremy/petsc-3.23
petsc - require 3.23
|
| #
bfbde1a2
|
| 31-Mar-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
petsc - require 3.23
|
| #
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
|
| #
d2c752cb
|
| 20-Sep-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1667 from CEED/jeremy/drop-cast
minor - drop unneeded casts
|
| #
a82e6db6
|
| 19-Sep-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
fluids - fix SegBuffer size argument
|
| #
92a63750
|
| 17-Sep-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1666 from CEED/jeremy/box-fix
petsc - update for interface change
|
| #
7cf95199
|
| 17-Sep-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
petsc - update for interface change
|
| #
91d8b1ea
|
| 28-Jun-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1623 from CEED/jeremy/disable-smartsim
fluids - drop SGS, SmartSim, Torch (moved to HONEE)
|
| #
3e0c2f3f
|
| 27-Jun-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
fluids - Remove SGS, SmartSim, Torch (moved to HONEE)
|
| #
092fc180
|
| 18-Jun-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1110 from CEED/zach/entropy-variables
Add Entropy Variables to libCEED fluids NS mini-app
|
| #
fc39c77e
|
| 18-Jun-2024 |
James Wright <james@jameswright.xyz> |
fluids: Make commandline option arrays all upper case
|
| #
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
|
| #
a8748852
|
| 25-Apr-2024 |
James Wright <james@jameswright.xyz> |
fluids: Create BCDefinition, use for essential BCs
|
| #
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
|
| #
24078fc4
|
| 01-May-2024 |
James Wright <james@jameswright.xyz> |
fix(fluids): Print info just before solving
|