History log of /libCEED/examples/fluids/problems/blasius.c (Results 1 – 25 of 82)
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


# 7f85f93f 30-Sep-2025 James Wright <james@jameswright.xyz>

Merge pull request #1896 from CEED/jrwrigh/clang-penalty-paren

style: Change clang-format to penalize newline after open ()


# 1a8516d0 30-Sep-2025 James Wright <james@jameswright.xyz>

style: Change clang-format to penalize newline after open ()


# 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


# 4bb93ecc 06-Jun-2024 James Wright <james@jameswright.xyz>

Merge pull request #1598 from CEED/jrwrigh/blasius_check_var

fluids: Add check to blasius for state variable and weak inflow


# 18cc0c1d 06-Jun-2024 James Wright <james@jameswright.xyz>

fluids: Add check to blasius for state variable


# 7dc3a04a 29-Apr-2024 James Wright <james@jameswright.xyz>

Merge pull request #1568 from CEED/jrwrigh/fix_blasius_state

fix: Correct P0 deprecation


# 2249ac91 27-Apr-2024 James Wright <james@jameswright.xyz>

fluids: Introduce -idl_pressure option

Also re-instates the old P0 behavior with regard to the idl_pressure


# f0db655e 27-Apr-2024 James Wright <james@jameswright.xyz>

fix: Correct P0 deprecation

the PetscOptionsDeprecated caused the P0 option to be ignored for some
reason


# 8e167608 25-Apr-2024 James Wright <james@jameswright.xyz>

Merge pull request #1566 from CEED/jrwrigh/blasius_state

fluids: Use State in blasius context


# ff9b3c0e 25-Apr-2024 James Wright <james@jameswright.xyz>

fluids: Use StatePrimitive in blasius context


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


# 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`)


# 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


# 2526956e 20-Aug-2023 James Wright <james@jameswright.xyz>

fluids: Use enum for mesh transformation flag


# 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


1234