| #
cfb075a4
|
| 27-Apr-2024 |
James Wright <james@jameswright.xyz> |
fluids: Add QDataGet functions
|
| #
7dc3a04a
|
| 29-Apr-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1568 from CEED/jrwrigh/fix_blasius_state
fix: Correct P0 deprecation
|
| #
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
|
| #
2249ac91
|
| 27-Apr-2024 |
James Wright <james@jameswright.xyz> |
fluids: Introduce -idl_pressure option
Also re-instates the old P0 behavior with regard to the idl_pressure
|
| #
a5b0ec6f
|
| 29-Apr-2024 |
James Wright <james@jameswright.xyz> |
fluids: Remove op_*_vol from user struct
And some other misc style changes
|
| #
e9c36be0
|
| 26-Apr-2024 |
James Wright <james@jameswright.xyz> |
fluids: Consolidate QF and Op creation for BCs
|
| #
64f98e98
|
| 26-Apr-2024 |
James Wright <james@jameswright.xyz> |
fluids: Consolidate QF and Op creation blocks
|
| #
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
|
| #
9de2de86
|
| 16-Apr-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1559 from CEED/jrwrigh/fix_memory_leaks
fix(fluids): Fix primary PETSc memory leak, others
|
| #
251425b7
|
| 16-Apr-2024 |
James Wright <james@jameswright.xyz> |
fix(fluids): Fix primary PETSc memory leak, others
All the memory leaks reported in regression tests via `-malloc_dump` are now related to the boundary conditions and their handling of QFunctionCont
fix(fluids): Fix primary PETSc memory leak, others
All the memory leaks reported in regression tests via `-malloc_dump` are now related to the boundary conditions and their handling of QFunctionContexts, which is a much more difficult problem and will be addressed later.
show more ...
|
| #
a62415e8
|
| 11-Apr-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1557 from CEED/jrwrigh/diffusion_advection
fluids: Add diffusion to advection problem
|
| #
c7042e97
|
| 10-Apr-2024 |
James Wright <james@jameswright.xyz> |
test(fluids): Test diffusion in advection
|
| #
e8b45cc7
|
| 09-Apr-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1553 from CEED/jrwrigh/ns_stabilized_mass
fluids: Add stabilized mass operator for Newtonian
|
| #
645331fd
|
| 05-Apr-2024 |
James Wright <james@jameswright.xyz> |
test(fluids): Test newtonian stabilized mass
|
| #
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
|
| #
259fd56a
|
| 28-Mar-2024 |
James Wright <james@jameswright.xyz> |
test(fluids): Add test for advection stabilized mass
ie. SUPG
|
| #
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
|
| #
780fa44f
|
| 02-Apr-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1539 from CEED/jrwrigh/explicit_ns
fluids: Make Newtonian BCs compatible with explicit timestepping, add test
|
| #
5ebd836c
|
| 26-Mar-2024 |
James Wright <james@jameswright.xyz> |
test(fluids): Add explicit NS test
|
| #
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
|
| #
54e79961
|
| 14-Mar-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1515 from lindsayad/fix-int-types
Avoid integer conversion warnings for fields in SgsDDData
|
| #
7ec80374
|
| 14-Mar-2024 |
Alex Lindsay <alexander.lindsay@inl.gov> |
Edit sample command lines for fluid example
Don't give sample that yields non-zero exit code
|
| #
fad128ee
|
| 13-Mar-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1510 from CEED/jrwrigh/fluids_matceed
fluids: Add MatCeed
|