| #
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
|
| #
243afec9
|
| 23-Oct-2024 |
James Wright <james@jameswright.xyz> |
fluids: Update MatCeed to be up-to-date with HONEE and Ratel
|
| #
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>
|
| #
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
|
| #
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
|
| #
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
|
| #
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 ...
|
| #
6249180f
|
| 04-Mar-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1496 from CEED/jrwrigh/ksp_mass
Fluids: Fix mass operator for explicit timestepping, move to KSP for mass operator
|
| #
545e9c56
|
| 04-Mar-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1497 from CEED/jrwrigh/destroy_mats
fluids: Destroy stray Mats
|
| #
cde30410
|
| 03-Mar-2024 |
James Wright <james@jameswright.xyz> |
fluids: Destroy stray Mats
|
| #
b3de639d
|
| 03-Mar-2024 |
James Wright <james@jameswright.xyz> |
fluids: Remove convergence test from velocity_gradient_projection
Testing with GDB, the `Mass_N` QFunction is only called when creating the rowsum preconditioner and isn't called afterwards. This is
fluids: Remove convergence test from velocity_gradient_projection
Testing with GDB, the `Mass_N` QFunction is only called when creating the rowsum preconditioner and isn't called afterwards. This is true with or without the convergence test. So I've removed the convergence test as it's not necessary
show more ...
|
| #
bc7ab607
|
| 29-Feb-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1494 from CEED/jrwrigh/log_filter
Fluids: Add LogEvent for Differential Filter and Velocity Gradient Projection
|
| #
3737f832
|
| 29-Feb-2024 |
James Wright <james@jameswright.xyz> |
fluids: Add LogEvent for VeloGradProj and DiffFilter
|
| #
3451ca54
|
| 27-Nov-2023 |
James Wright <james@jameswright.xyz> |
Merge pull request #1203 from CEED/jrwrigh/smartsim
fluids: SmartSim Online Data-Driven SGS training
|
| #
7618d7b7
|
| 18-Apr-2023 |
James Wright <james@jameswright.xyz> |
fluids: Agnosticize VeloGradient projection setup
- It can now setup more than just user->grad_velo_proj
|