| #
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
|
| #
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)
|
| #
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
|
| #
a8748852
|
| 25-Apr-2024 |
James Wright <james@jameswright.xyz> |
fluids: Create BCDefinition, use for essential BCs
|
| #
7dc3a04a
|
| 29-Apr-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1568 from CEED/jrwrigh/fix_blasius_state
fix: Correct P0 deprecation
|
| #
c10408e0
|
| 27-Apr-2024 |
James Wright <james@jameswright.xyz> |
fluids: Correct PetscOptionsDeprecated usage
It will automatically replace the old option with the new option if `PetscOptionsDeprecated` is specified before the new option name.
|
| #
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
|
| #
9d8abc1e
|
| 14-Mar-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1518 from CEED/jrwrigh/check_options
fluids: Catch if no options passed
|
| #
12d74c38
|
| 14-Mar-2024 |
James Wright <james@jameswright.xyz> |
fluids: Catch if no options passed
|
| #
fad128ee
|
| 13-Mar-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1510 from CEED/jrwrigh/fluids_matceed
fluids: Add MatCeed
|
| #
d231d939
|
| 13-Mar-2024 |
James Wright <james@jameswright.xyz> |
fluids: Add -pmat_pbdiagonal warning
|
| #
91c97f41
|
| 12-Mar-2024 |
James Wright <james@jameswright.xyz> |
fluids: Use MatCeed for Jacobian
|
| #
eff337b5
|
| 06-Mar-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1443 from CEED/jrwrigh/riemann_slip
fluids: Change slip boundary condition formulation
|
| #
9f844368
|
| 06-Dec-2023 |
James Wright <james@jameswright.xyz> |
fluids: Implement bc_slip
This is a weak version of slip boundary condition based on a Riemann solve
|
| #
7c5bba50
|
| 06-Dec-2023 |
James Wright <james@jameswright.xyz> |
fluids: Change -bc_slip_x -> -bc_symmetry_x
|
| #
437ae4f6
|
| 14-Feb-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1447 from CEED/jrwrigh/unify_advection
fluids: Unify 2D and 3D Advection problems
|
| #
93639ffb
|
| 13-Feb-2024 |
James Wright <james@jameswright.xyz> |
fluids: Merge 2D and 3D advection setup
Instead of `-problem advection` and `-problem advection2d`, there's just `-problem advection` and the dimensionality is taken from the dm.
|
| #
3451ca54
|
| 27-Nov-2023 |
James Wright <james@jameswright.xyz> |
Merge pull request #1203 from CEED/jrwrigh/smartsim
fluids: SmartSim Online Data-Driven SGS training
|