History log of /libCEED/examples/fluids/problems/stg_shur14.c (Results 26 – 50 of 76)
Revision Date Author Comments
# 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


# 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


# 457e73b2 19-Jun-2023 James Wright <james@jameswright.xyz>

fluids: Compatability for PETSc w/ 64bit ints


# 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


# 1768a6e4 26-May-2023 James Wright <james@jameswright.xyz>

Merge pull request #1222 from CEED/jrwrigh/fluids_typos

style(fluids): Misc typo fixes


# 0a37e1be 14-Apr-2023 James Wright <james@jameswright.xyz>

style(fluids): Misc typo fixes

- Clean up blasius.yaml
- Typo fix to data-driven SGS setup
- Remove unneccessary CeedVector from SGS DD setup
- Fix STG error message to be more general


# 4f5c4930 18-May-2023 James Wright <james@jameswright.xyz>

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

fluids: Move to local Vec storage and petsc-ops


# 05675bc2 30-Mar-2023 James Wright <james@jameswright.xyz>

refactor(fluids): STG setup functions refactored


# 3722cd23 29-Mar-2023 James Wright <james@jameswright.xyz>

refactor(fluids): Dirichlet -> Strong BC

- Use "strong" and "dirichlet" to refer to the same thing
(hard-contrained degrees-of-freedom). Chose "strong", as dirichlet may
be enforced weakly.


# 0e654f56 27-Mar-2023 James Wright <james@jameswright.xyz>

fluids: Change if...SETERRQ to PetscCheck


# 5088944b 17-May-2023 Jed Brown <jed@jedbrown.org>

Merge pull request #1149 from CEED/jrwrigh/newtonian_ddsgs

fluids: Data-driven SGS modeling


# 8b892a05 26-Jan-2023 James Wright <james@jameswright.xyz>

fluids: Move PHASTA file functions to misc.c


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


# 78a97f55 30-Nov-2022 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1104 from CEED/jeremy/formatting

Minor Formatting Fixes


# ea61e9ac 30-Nov-2022 Jeremy L Thompson <jeremy@jeremylt.org>

minor - assorted formatting fixes


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


# 52cc7a5e 14-Nov-2022 Jed Brown <jed@jedbrown.org>

Merge pull request #1088 from CEED/jrwrigh/stg_fluctuating_IC

fluids: Add option for STG fluctuations in initial condition


# 24941a69 05-Nov-2022 James Wright <james@jameswright.xyz>

fluids: Style, refactor to PetscCall, etc.


# 89060322 05-Nov-2022 James Wright <james@jameswright.xyz>

fluids: Add STG fluctuations to initial condition

- Extrudes the STG fluctuations downstream of the inflow (using the STG
method's inherent dependence on streamwise distance)


# 9538871e 17-Sep-2022 James Wright <james@jameswright.xyz>

fluids: Fix Ek_tot underflow bug (#1069)


# 175f00a6 14-Sep-2022 James Wright <james@jameswright.xyz>

fluids: Refactor STG wall distance variable

- Needless shortening.
- Confused me when debugging even though I wrote the code myself...


# 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


1234