| #
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
|
| #
bef6543f
|
| 27-Oct-2024 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #1703 from CEED/jrwrigh/update_matceed
fluids: Update MatCeed to be up-to-date with HONEE and Ratel
|
| #
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
|
| #
243afec9
|
| 23-Oct-2024 |
James Wright <james@jameswright.xyz> |
fluids: Update MatCeed to be up-to-date with HONEE and Ratel
|
| #
9bc66399
|
| 22-Oct-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ceed - require *GetCeed ceed to be Destroyed
|
| #
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
|
| #
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
|
| #
a2d72b6f
|
| 17-Jun-2024 |
James Wright <james@jameswright.xyz> |
fluids: Proliferate entropy variables, add test
Co-authored-by: Zach Atkins <zacharyjayhawk@gmail.com>
|
| #
c8c10595
|
| 11-Jun-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1604 from CEED/jrwrigh/fix_span_stats
fix(fluids): Spanwise width miscalculated for statsitics
|
| #
4aa5fbb4
|
| 11-Jun-2024 |
James Wright <james@jameswright.xyz> |
fix(fluids): Spanwise width miscalculated for statsitics
|
| #
7467d974
|
| 30-Apr-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1571 from CEED/jrwrigh/createqdata_function
fluids: Add CreateQData and CreateQDataBoundary functions
|
| #
cfb075a4
|
| 27-Apr-2024 |
James Wright <james@jameswright.xyz> |
fluids: Add QDataGet functions
|
| #
1863db2f
|
| 29-Apr-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1567 from CEED/jrwrigh/refactor_setuplibceed
fluids: Refactor primary Ceed Object creation routines
|
| #
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
|
| #
e9c36be0
|
| 26-Apr-2024 |
James Wright <james@jameswright.xyz> |
fluids: Consolidate QF and Op creation for BCs
|
| #
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.
|
| #
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
|
| #
1b6d848f
|
| 02-Apr-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1544 from CEED/jrwrigh/new_isoperiodic
fix(fluids): Update to new isoperiodic API
|