History log of /libCEED/examples/fluids/src/setupdm.c (Results 1 – 25 of 72)
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


# 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


# 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


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

fluids: Create BCDefinition, use for essential BCs


# 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


# f5b3f542 08-Apr-2024 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1554 from CEED/jrwrigh/petsc_fix_localization

fluids: Update topological periodicity localization


# 2127b05c 05-Apr-2024 James Wright <james@jameswright.xyz>

fluids: Update topological periodicity localization

See https://github.com/CEED/libCEED/issues/1470 for details.
Relies on PETSc MR in https://gitlab.com/petsc/petsc/-/merge_requests/7438

tl;dr is

fluids: Update topological periodicity localization

See https://github.com/CEED/libCEED/issues/1470 for details.
Relies on PETSc MR in https://gitlab.com/petsc/petsc/-/merge_requests/7438

tl;dr is that the localization of the continuous coordinate DM to the
discontinuous coordinate DM (i.e. the cell DM) must be done *after* the
coordinate DM is set to the tensor product ordering

show more ...


# 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


# 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


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

Merge pull request #1443 from CEED/jrwrigh/riemann_slip

fluids: Change slip boundary condition formulation


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

fluids: Change -bc_slip_x -> -bc_symmetry_x


# 6d506a3e 11-Dec-2023 James Wright <james@jameswright.xyz>

Merge pull request #1423 from CEED/jrwrigh/fluids_high_order_geom

fluids: Support higher-order geometry


# a0b9cdb5 11-Dec-2023 James Wright <james@jameswright.xyz>

fluids: Support higher-order geometry


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


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

Merge pull request #1308 from CEED/jrwrigh/setup_fem

Fluids: Add DMSetupByOrder helper functions


# d68a66c4 25-Aug-2023 James Wright <james@jameswright.xyz>

fluids: Add DMSetupByOrder_* helper function


123