History log of /libCEED/examples/fluids/navierstokes.h (Results 51 – 75 of 251)
Revision Date Author Comments
# ade1077d 15-Mar-2024 James Wright <james@jameswright.xyz>

Merge pull request #1519 from lindsayad/update-dmplex-filter

Update to DMPlexFilter in PETSc 3.21


# 342228c7 14-Mar-2024 Alex Lindsay <alexander.lindsay@inl.gov>

Update to DMPlexFilter in PETSc 3.21


# 78da6f49 14-Mar-2024 James Wright <james@jameswright.xyz>

Merge pull request #1517 from CEED/jrwrigh/ratel_sync

fluids: Sync with Ratel changes


# d0593705 14-Mar-2024 James Wright <james@jameswright.xyz>

fluids: Sync with Ratel, get ceed-utils.h


# 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


# 5f5d6789 14-Mar-2024 Alex Lindsay <alexander.lindsay@inl.gov>

Avoid integer conversion warnings for fields in SgsDDData


# fad128ee 13-Mar-2024 James Wright <james@jameswright.xyz>

Merge pull request #1510 from CEED/jrwrigh/fluids_matceed

fluids: Add MatCeed


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

fluids: Use MatCeed for Jacobian


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

Merge pull request #1473 from CEED/jrwrigh/tau_choices

fluids: Shakib tau for advection


# b18328c4 13-Feb-2024 James Wright <james@jameswright.xyz>

fluids: Add different tau choices for advection


# 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


# 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


# 1250e899 03-Oct-2023 James Wright <james@jameswright.xyz>

fluids: Implement sequential SGS DD eval


# 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


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

fluids: Use KSP for explicit mass matrix


# 8f5ab23b 19-Sep-2023 James Wright <james@jameswright.xyz>

fluids: Refactor function names

- PascalCase for acronyms longer than 2 letters
- Remove the "Anisotropic" qualifier from function names, as we only
have one data-driven SGS model. If we add an is

fluids: Refactor function names

- PascalCase for acronyms longer than 2 letters
- Remove the "Anisotropic" qualifier from function names, as we only
have one data-driven SGS model. If we add an isotropic model later, we
can give that the "Isotropic" qualifier on it's function names
- Remove the "Model" qualifier from function names. "SgsDD" is
communicative enough (Subgrid-stress inherently means a model)

show more ...


# 6b3fb9ae 05-Sep-2023 James Wright <james@jameswright.xyz>

fluids: Create generic SGS DD eval interface

- Existing implementation now called "Fused" evaluation


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

Merge pull request #1494 from CEED/jrwrigh/log_filter

Fluids: Add LogEvent for Differential Filter and Velocity Gradient Projection


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

fluids: Add LogEvent for VeloGradProj and DiffFilter


# 844b3d4a 27-Feb-2024 Riccardo Balin <riccardo.balin@gmail.com>

Merge balin/smartsim branch into main with timers for SmartRedis API calls (#1480)


---------

Co-authored-by: James Wright <james@jameswright.xyz>
Co-authored-by: Riccardo Balin <balin@aurora-u

Merge balin/smartsim branch into main with timers for SmartRedis API calls (#1480)


---------

Co-authored-by: James Wright <james@jameswright.xyz>
Co-authored-by: Riccardo Balin <balin@aurora-uan-0012.hostmgmt.cm.aurora.alcf.anl.gov>

show more ...


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


1234567891011