| #
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 ()
|
| #
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
|
| #
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)
|
| #
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
|
| #
24078fc4
|
| 01-May-2024 |
James Wright <james@jameswright.xyz> |
fix(fluids): Print info just before solving
|
| #
4bcaaa3c
|
| 03-May-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1575 from CEED/jrwrigh/add_MatCeedSetReal
fluids: Add `MatCeed{Get,Set}ContextReal`
|
| #
1ac265fb
|
| 03-May-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1574 from CEED/jrwrigh/update_matceed
fluids: MatCeed and Ratel Updates
|
| #
f965f5c6
|
| 02-May-2024 |
James Wright <james@jameswright.xyz> |
fluids: Demo MatCeed{Get,Set}ContextReal
|
| #
a94b429f
|
| 02-May-2024 |
James Wright <james@jameswright.xyz> |
fluids: Use new MatCeed/Ratel updates
|
| #
b7c0d458
|
| 08-Apr-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1543 from CEED/jrwrigh/explicit_stabilized_mass
Fluids: Add stabilized mass operator for advection problem
|
| #
b4e9a8f8
|
| 05-Mar-2024 |
James Wright <james@jameswright.xyz> |
fluids: Add stabilized mass for advection
This enables "full" SUPG for the advection problem using explicit time integrators
|
| #
a171b6ef
|
| 27-Mar-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1537 from CEED/jeremy/pragma-once
Use #pragma once for non-JiT headers
|
| #
5aed82e4
|
| 27-Mar-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - update copyright headers
|
| #
78da6f49
|
| 14-Mar-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1517 from CEED/jrwrigh/ratel_sync
fluids: Sync with Ratel changes
|
| #
d0593705
|
| 14-Mar-2024 |
James Wright <james@jameswright.xyz> |
fluids: Sync with Ratel, get ceed-utils.h
|
| #
fad128ee
|
| 13-Mar-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1510 from CEED/jrwrigh/fluids_matceed
fluids: Add MatCeed
|
| #
7f2a9303
|
| 12-Mar-2024 |
James Wright <james@jameswright.xyz> |
fluids: Add KSPSetFromOptions_WithMatCeed
|
| #
91c97f41
|
| 12-Mar-2024 |
James Wright <james@jameswright.xyz> |
fluids: Use MatCeed for Jacobian
|
| #
ed9ed3de
|
| 12-Mar-2024 |
James Wright <james@jameswright.xyz> |
fluids: Make MatShell functions static
This is done primarily to allow MatCeed to coexist with the context operators for right now.
This has the nasty side-effect of forcing `Mat` objects to be NUL
fluids: Make MatShell functions static
This is done primarily to allow MatCeed to coexist with the context operators for right now.
This has the nasty side-effect of forcing `Mat` objects to be NULL when they're passed into CreateMatShell_Ceed, but that will soon be replaced with MatCeed, so it is only temporary for the transition in this PR
show more ...
|