| #
d438a78d
|
| 01-Jul-2024 |
James Wright <james@jameswright.xyz> |
fix: Fix stabilized mass memory leak
|
| #
06a5ac53
|
| 28-Jun-2024 |
James Wright <james@jameswright.xyz> |
Merge branch 'jrwrigh/rearrange' into 'main'
Rearrange files into more future-oriented locations
See merge request phypid/honee!15
|
| #
149fb536
|
| 28-Jun-2024 |
James Wright <james@jameswright.xyz> |
chore: Move navierstokes.* out of root directory
navierstokes.h to include and navierstokes.c into examples
|
| #
a39500fa
|
| 25-Jun-2024 |
James Wright <james@jameswright.xyz> |
Merge branch 'jeremy/tidy' into 'main'
Clean up make tidy issues
Closes #1
See merge request phypid/honee!2
|
| #
87d3884f
|
| 25-Jun-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
tidy - small fixes
|
| #
e6a3cea0
|
| 17-Jun-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1600 from CEED/jrwrigh/refactor_bcs_essential
fluids: Introduce BCDefinition, refactor essential BCs
|
| #
58ce1233
|
| 17-Jun-2024 |
James Wright <james@jameswright.xyz> |
refactor(fluids): Rename some booleans
|
| #
87b4b42a
|
| 30-Apr-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1571 from CEED/jrwrigh/createqdata_function
fluids: Add CreateQData and CreateQDataBoundary functions
|
| #
c864c5ab
|
| 27-Apr-2024 |
James Wright <james@jameswright.xyz> |
fluids: Add QDataGet functions
|
| #
012ff548
|
| 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
|
| #
991aef52
|
| 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
|
| #
c8d249de
|
| 10-Apr-2024 |
James Wright <james@jameswright.xyz> |
fluids: Add diffusion to advection problem
|
| #
40674ba8
|
| 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
|
| #
a78efa86
|
| 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
|
| #
20bd4f36
|
| 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
|
| #
dc936754
|
| 27-Mar-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - update copyright headers
|
| #
57272ee0
|
| 13-Feb-2024 |
James Wright <james@jameswright.xyz> |
fluids: Add different tau choices for advection
|
| #
9529d636
|
| 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.
|
| #
059d1c40
|
| 20-Jan-2024 |
James Wright <james@jameswright.xyz> |
fluids: Convert strong_form to boolean in advection
|
| #
0b3a1fab
|
| 20-Jan-2024 |
James Wright <james@jameswright.xyz> |
fluids: Generalize advection IC for 2d and 3d
|
| #
90b34997
|
| 12-Jan-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1445 from CEED/jrwrigh/cosine_hill
fluids: Add cosine hill and skewed advection initial conditions
|
| #
c51f031a
|
| 11-Jan-2024 |
James Wright <james@jameswright.xyz> |
fluids: Change bubble_type to advection_ic_type
Since cosine_hill and skew aren't bubbles
|
| #
f247af70
|
| 21-Nov-2023 |
James Wright <james@jameswright.xyz> |
Merge pull request #1399 from CEED/jrwrigh/advection_cleanup
fluids: Cleanup advection problems
|
| #
0d8cd818
|
| 17-Nov-2023 |
James Wright <james@jameswright.xyz> |
fluids: Cleanup unused struct members
Many of these are set, but never actually used.
|
| #
b4c37c5c
|
| 01-Aug-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add PetscCallCeed
|