History log of /libCEED/examples/fluids/problems/advection.c (Results 26 – 50 of 76)
Revision Date Author Comments
# b18328c4 13-Feb-2024 James Wright <james@jameswright.xyz>

fluids: Add different tau choices for advection


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


# b767acfb 20-Jan-2024 James Wright <james@jameswright.xyz>

fluids: Convert strong_form to boolean in advection


# 30e1b2c7 20-Jan-2024 James Wright <james@jameswright.xyz>

fluids: Generalize advection IC for 2d and 3d


# 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


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

fluids: Change bubble_type to advection_ic_type

Since cosine_hill and skew aren't bubbles


# a547b5d3 21-Nov-2023 James Wright <james@jameswright.xyz>

Merge pull request #1399 from CEED/jrwrigh/advection_cleanup

fluids: Cleanup advection problems


# a2f6637e 17-Nov-2023 James Wright <james@jameswright.xyz>

fluids: Cleanup unused struct members

Many of these are set, but never actually used.


# 71bbf5a7 03-Aug-2023 James Wright <james@jameswright.xyz>

Merge pull request #1275 from CEED/jrwrigh/fluidsCeedCall

fluids: Add PetscCallCeed to capture ceed errors with Petsc


# a424bcd0 01-Aug-2023 James Wright <james@jameswright.xyz>

fluids: Add PetscCallCeed


# 367c849e 01-Aug-2023 James Wright <james@jameswright.xyz>

fluids: Add user argument to problem print functions


# 62e4d602 28-Jun-2023 Jed Brown <jed@jedbrown.org>

Merge pull request #1234 from CEED/jrwrigh/fluids_64int

fluids: Compatability for PETSc w/ 64bit ints


# 8213d101 19-Jun-2023 James Wright <james@jameswright.xyz>

fluids: Remove problem->bc function pointers

- Not needed, as essential boundary conditions go through
`DMPlexInsertBoundaryValues_NS` or
`DMPlexInsertBoundaryValues_StrongBC`


# 82bcd3d4 20-Jun-2023 James Wright <james@jameswright.xyz>

Merge pull request #1237 from CEED/jrwrigh/petsc-success

examples: Use PETSC_SUCCESS in PetscFunctionReturn


# ee4ca9cb 20-Jun-2023 James Wright <james@jameswright.xyz>

examples: Use PetscFunctionReturn in PETSC_SUCCESS


# 49aac155 24-Mar-2023 Jeremy L Thompson <jeremy@jeremylt.org>

IWYU fixes (#1182)

* iwyu - include fixes

* iwyu - silence some iwyu output

* minor - clearer macro names

* iwyu - fix suggestion of "ceed/ceed.h" externally

* iwyu - lighter petsc heade

IWYU fixes (#1182)

* iwyu - include fixes

* iwyu - silence some iwyu output

* minor - clearer macro names

* iwyu - fix suggestion of "ceed/ceed.h" externally

* iwyu - lighter petsc headers

* iwyu - ceed/ceed.h -> ceed.h

* iwyu - cuda/hip include fixes

show more ...


# a9263e43 18-Nov-2022 Jed Brown <jed@jedbrown.org>

Merge pull request #1094 from CEED/jrwrigh/fix-error-typo

fluids: Fix freestream error typo


# 46de7363 18-Nov-2022 James Wright <james@jameswright.xyz>

fluids: Add SimpleBC to problem setup function


# 2b730f8b 17-Nov-2022 Jeremy L Thompson <jeremy@jeremylt.org>

Switch to clang-format (#1051)

* style - switch to clang-format

* ci - use newer libxsmm

* action - update format action

* format - consistent use of {} for multi-line if/for

* make - re

Switch to clang-format (#1051)

* style - switch to clang-format

* ci - use newer libxsmm

* action - update format action

* format - consistent use of {} for multi-line if/for

* make - remove stray newline

* make - simpler 'make format' target

* ci - use newer libxsmm

* doc - minor release note claification

* minor - minor fix

* minor - minor fix

* minor - minor fix

* minor - minor fix

* make format

* format - less aggressive alignment rules

* tidy - check for argument name mismatches

* fix newline

* format - mirror Ratel update to .clang-format

* fix merge error

* fix merge conflict

* fix merge error

* drop style in .phony list

* Update .clang-format

Co-authored-by: Jed Brown <jed@jedbrown.org>

* apply updated format

Co-authored-by: Jed Brown <jed@jedbrown.org>

show more ...


# 8587097b 27-Aug-2022 James Wright <james@jameswright.xyz>

fluids: Switch to StateVar enum #1052


# 97baf651 26-Aug-2022 James Wright <james@jameswright.xyz>

fluids: Switch to StateVar enum


# cb03979f 28-Jun-2022 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1002 from CEED/jeremy/format-ceed-types

Add CeedInt_FMT


# 990fdeb6 21-Jun-2022 Jeremy L Thompson <jeremy@jeremylt.org>

fmt - add CeedInt_FMT


# a2cba4be 21-Jun-2022 Jeremy L Thompson <jeremy@jeremylt.org>

Merge branch 'main' into jeremy/assembly-fix


1234