History log of /libCEED/examples/fluids/problems/stg_shur14.c (Results 1 – 25 of 76)
Revision Date Author Comments
# d4cc1845 30-Dec-2025 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1912 from CEED/jeremy/copyright

minor - update copyright to 2026


# 9ba83ac0 19-Dec-2025 Jeremy L Thompson <jeremy@jeremylt.org>

minor - update copyright to 2026


# 20a16a5f 20-Mar-2025 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1786 from CEED/jeremy/copy-headers

minor - upate copyright to 2025


# d275d636 19-Mar-2025 Jeremy L Thompson <jeremy@jeremylt.org>

minor - upate copyright to 2025


# 830b3316 02-Jul-2024 James Wright <james@jameswright.xyz>

Merge pull request #1628 from CEED/jrwrigh/fix_fluids_leaks

fluids: Fix memory leaks


# 38690fec 02-Jul-2024 James Wright <james@jameswright.xyz>

fluids: Fix memory leaks

As done in HONEE: https://gitlab.com/phypid/honee/-/merge_requests/18


# d9753263 21-Jun-2024 James Wright <james@jameswright.xyz>

Merge pull request #1606 from CEED/jrwrigh/ken_stg_additions

fluids: Add dyScale and dz to STG options


# 092fc180 18-Jun-2024 James Wright <james@jameswright.xyz>

Merge pull request #1110 from CEED/zach/entropy-variables

Add Entropy Variables to libCEED fluids NS mini-app


# 831dbe9e 11-Jun-2024 James Wright <james@jameswright.xyz>

fluids: Add h_scale_factor to STG options


# a2d72b6f 17-Jun-2024 James Wright <james@jameswright.xyz>

fluids: Proliferate entropy variables, add test

Co-authored-by: Zach Atkins <zacharyjayhawk@gmail.com>


# 3568c3e8 17-Jun-2024 James Wright <james@jameswright.xyz>

Merge pull request #1600 from CEED/jrwrigh/refactor_bcs_essential

fluids: Introduce BCDefinition, refactor essential BCs


# de327db4 17-Jun-2024 James Wright <james@jameswright.xyz>

refactor(fluids): Rename some booleans


# 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


# 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


# 524ffdfd 29-Aug-2023 James Wright <james@jameswright.xyz>

Merge pull request #1259 from CEED/jrwrigh/fluids-cleanup

fluids: Misc cleanup


# f17d818d 17-Jul-2023 James Wright <james@jameswright.xyz>

fluids: Correct PetscFunction{Return,BeginUser} placement

- Respect the PETSc standard for style (https://petsc.org/release/developers/style/#coding-conventions-and-style)


# d6e67e47 17-Jul-2023 James Wright <james@jameswright.xyz>

fluids: Remove misc comments

- Either by inaccuracy of unnecessary


# cbef7084 17-Jul-2023 James Wright <james@jameswright.xyz>

fluids: Make function names in consistent format

- Mainly remove `_` and acronymns with more than 2 letters should
respect CamelCase (ie. `StgFunction` not `STGFunction`)


# 9c8d4ec5 24-Aug-2023 James Wright <james@jameswright.xyz>

Merge pull request #1303 from CEED/jrwrigh/fluids-setupqfs

fluids: Refactor setupgeo*, calculate dXdx directly for strong BC


# 66170c20 22-Aug-2023 James Wright <james@jameswright.xyz>

fluids: Calculate dXdx for strong BCs directly

ie. don't use q_data_sur


# f65959f5 21-Aug-2023 Jed Brown <jed@jedbrown.org>

Merge pull request #1278 from CEED/jrwrigh/blasius-simplex

fluids: Fix STG and Blasius for non-box meshes


# f8839eb4 02-Aug-2023 James Wright <james@jameswright.xyz>

fluids: Remove old, unused STG method (non-Ceed)

- Remove the old method for STG that uses DMAddBoundary. Completely
superseded by Ceed implementation


# 73557d35 02-Aug-2023 James Wright <james@jameswright.xyz>

fluids: Specify streamwise element length for STG

- Generally for non-DMPlex box meshes, where we can't query number of
box faces.


1234