| #
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
|
| #
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
|
| #
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
|
| #
4f7cdd84
|
| 18-Apr-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1558 from CEED/jrwrigh/smartsim_multiple_filter_widths
fluids: Add option for multiple filter widths during in-situ SGS training
|
| #
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 ...
|
| #
56f5e811
|
| 12-Apr-2024 |
James Wright <james@jameswright.xyz> |
fluids: Compute DiffFilter RHS only if solution changes
|
| #
c79b0730
|
| 12-Apr-2024 |
James Wright <james@jameswright.xyz> |
fluids: Multiple filter widths for SGS training
|
| #
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
|
| #
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
|
| #
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
|
| #
fd9d666b
|
| 20-Feb-2024 |
James Wright <james@jameswright.xyz> |
fix(fluids): Update to new isoperiodic API
Dependent on changes in https://gitlab.com/petsc/petsc/-/merge_requests/7305
|
| #
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
|
| #
24a65d3d
|
| 26-Mar-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ex - use #pragma once in examples
|
| #
bc10c746
|
| 22-Mar-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1529 from CEED/jrwrigh/fix_multiplicity_training
fluids: Fix SmartSim training multiplicity, add GetInverseMultiplicity
|
| #
3a10b0ee
|
| 21-Mar-2024 |
James Wright <james@jameswright.xyz> |
fluids: Add GetInverseMultiplicity
|