History log of /libCEED/examples/fluids/navierstokes.c (Results 51 – 75 of 363)
Revision Date Author Comments
# a1f49834 13-Mar-2024 James Wright <james@jameswright.xyz>

Merge pull request #1500 from CEED/jrwrigh/advection_typo

fix(fluids): RHS stabilization term should be negative


# 91c97f41 12-Mar-2024 James Wright <james@jameswright.xyz>

fluids: Use MatCeed for Jacobian


# f07714d9 05-Mar-2024 James Wright <james@jameswright.xyz>

test(fluids): Add stabilized explicit test for advection

Also uses consistent mass matrix


# 74bf24ea 12-Mar-2024 James Wright <james@jameswright.xyz>

Merge pull request #1473 from CEED/jrwrigh/tau_choices

fluids: Shakib tau for advection


# b816f9e3 29-Feb-2024 James Wright <james@jameswright.xyz>

fixup! fluids: Change test for advection tau types


# 4d799301 14-Feb-2024 James Wright <james@jameswright.xyz>

fluids: Change test for advection tau types


# eff337b5 06-Mar-2024 James Wright <james@jameswright.xyz>

Merge pull request #1443 from CEED/jrwrigh/riemann_slip

fluids: Change slip boundary condition formulation


# 779a6453 11-Jan-2024 James Wright <james@jameswright.xyz>

test(fluids): Test bc_slip


# 7c5bba50 06-Dec-2023 James Wright <james@jameswright.xyz>

fluids: Change -bc_slip_x -> -bc_symmetry_x


# 82a64ec5 05-Mar-2024 James Wright <james@jameswright.xyz>

Merge pull request #1361 from CEED/jrwrigh/external_sgs

fluids: Add external SGS DD inference capability


# d7af0815 04-Oct-2023 James Wright <james@jameswright.xyz>

test: Add SGS data-driven sequential test


# 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


# dfcf44b0 04-Mar-2024 James Wright <james@jameswright.xyz>

fixup! fluids: Use KSP for explicit mass matrix


# 0f2fa9b4 03-Mar-2024 James Wright <james@jameswright.xyz>

fluids: Fix mass matrix for explicit time stepping

The local vector should be initialized to zero so that all the essential
nodes (ie. strong boundary condition nodes) are not factored in for the
ma

fluids: Fix mass matrix for explicit time stepping

The local vector should be initialized to zero so that all the essential
nodes (ie. strong boundary condition nodes) are not factored in for the
matrix multiply. The PR associated with this commit should have a
document attached detailing why this is the case.

Previous tests used this incorrect mass matrix and so now fail. The
results for these tests are corrected as well.

show more ...


# 04292f7d 03-Mar-2024 James Wright <james@jameswright.xyz>

fluids: Use KSP for explicit mass matrix


# 62b5e04f 27-Feb-2024 James Wright <james@jameswright.xyz>

Merge pull request #1491 from CEED/jrwrigh/fix_memleaks

fluids: Add missing OperatorApplyContextDestroy and change `if...SETERRQ` -> `PetscCheck`


# fad93f9d 26-Feb-2024 James Wright <james@jameswright.xyz>

fluids: Add missing OperatorApplyContextDestroy's


# 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.


# c01e25f0 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


# cf0c90ef 11-Jan-2024 James Wright <james@jameswright.xyz>

test(fluids): Advection skew initial condition


# 74d1b6c4 06-Jan-2024 James Wright <james@jameswright.xyz>

test(fluids): Advection cosine


# 3451ca54 27-Nov-2023 James Wright <james@jameswright.xyz>

Merge pull request #1203 from CEED/jrwrigh/smartsim

fluids: SmartSim Online Data-Driven SGS training


# b306c3f1 16-Oct-2023 James Wright <james@jameswright.xyz>

fluids: Add SmartSimDataDestroy


# ee3b213a 17-Apr-2023 James Wright <james@jameswright.xyz>

fluids: Add data-driven SGS training setup, TSMonitor

- Adds `smartsim_weak.c` to handle case where SmartRedis is not built


12345678910>>...15