| #
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
|
| #
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
|
| #
e3ae47f6
|
| 23-Oct-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1702 from CEED/jeremy/get-ceed-object
Ceed*Get[CeedObject] Needs Destroy
|
| #
9bc66399
|
| 22-Oct-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ceed - require *GetCeed ceed to be Destroyed
|
| #
01ecf5b4
|
| 26-Sep-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1674 from CEED/jeremy/cov-excl
Houskeeping
|
| #
6c10af5d
|
| 26-Sep-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - style and lcov fixes
|
| #
433eda4d
|
| 04-May-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1573 from CEED/jrwrigh/fix_fluids_printing
fluids: Correct printing of MatTypes
|
| #
b32e1e4a
|
| 01-May-2024 |
James Wright <james@jameswright.xyz> |
fix(fluids): Add PCNONE to MatCeed solver selection
|
| #
1ac265fb
|
| 03-May-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1574 from CEED/jrwrigh/update_matceed
fluids: MatCeed and Ratel Updates
|
| #
a94b429f
|
| 02-May-2024 |
James Wright <james@jameswright.xyz> |
fluids: Use new MatCeed/Ratel updates
|
| #
5037d55d
|
| 02-May-2024 |
James Wright <james@jameswright.xyz> |
fluids: Update MatCeed with Ratel updates
|
| #
84529367
|
| 29-Apr-2024 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #1570 from CEED/jrwrigh/fix_turbspanstats_comm
fix(fluids): Make local Vecs use PETSC_COMM_SELF in turbstats
|
| #
2788647c
|
| 29-Apr-2024 |
James Wright <james@jameswright.xyz> |
fix(fluids): Make local Vecs use PETSC_COMM_SELF in turbstats
Also adds check in CeedOperatorCreateLocalVecs to verify that comm is of size 1.
|
| #
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
|
| #
dcdae71a
|
| 14-Mar-2024 |
James Wright <james@jameswright.xyz> |
fluids: Fix docstring
|
| #
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
|
| #
5da97eb4
|
| 13-Mar-2024 |
James Wright <james@jameswright.xyz> |
fluids: Remove old CreateMatShell_Ceed
This is fully replaced by MatCeed
|
| #
7f2a9303
|
| 12-Mar-2024 |
James Wright <james@jameswright.xyz> |
fluids: Add KSPSetFromOptions_WithMatCeed
|
| #
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 ...
|
| #
524ffdfd
|
| 29-Aug-2023 |
James Wright <james@jameswright.xyz> |
Merge pull request #1259 from CEED/jrwrigh/fluids-cleanup
fluids: Misc cleanup
|