History log of /honee/problems/stg_shur14.c (Results 51 – 75 of 95)
Revision Date Author Comments
# 9ef62cdd 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


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


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

fluids: Add PetscCallCeed


# 76316f62 28-Jun-2023 Jed Brown <jed@jedbrown.org>

Merge pull request #1234 from CEED/jrwrigh/fluids_64int

fluids: Compatability for PETSc w/ 64bit ints


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

fluids: Compatability for PETSc w/ 64bit ints


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

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

examples: Use PETSC_SUCCESS in PetscFunctionReturn


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

examples: Use PetscFunctionReturn in PETSC_SUCCESS


# 4b0f6111 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


# 0fd30eea 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


# 68d8e747 30-Mar-2023 James Wright <james@jameswright.xyz>

refactor(fluids): STG setup functions refactored


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


# 5d28dcca 27-Mar-2023 James Wright <james@jameswright.xyz>

fluids: Change if...SETERRQ to PetscCheck


# 9e3fb82b 17-May-2023 Jed Brown <jed@jedbrown.org>

Merge pull request #1149 from CEED/jrwrigh/newtonian_ddsgs

fluids: Data-driven SGS modeling


# 676080b4 26-Jan-2023 James Wright <james@jameswright.xyz>

fluids: Move PHASTA file functions to misc.c


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


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

Merge pull request #1104 from CEED/jeremy/formatting

Minor Formatting Fixes


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

minor - assorted formatting fixes


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


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

fluids: Style, refactor to PetscCall, etc.


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


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


# 3636f6a4 26-Aug-2022 James Wright <james@jameswright.xyz>

fluids: Switch to StateVar enum


# 34ea8d65 22-Jul-2022 James Wright <james@jameswright.xyz>

fluids: Rename primitive booleans, misc formatting


# beb46665 20-Jul-2022 James Wright <james@jameswright.xyz>

Merge pull request #1029 from CEED/jrwrigh/stg-primitive

fluids: Make Strong STG compatible with primitive variables.


# d374fb47 18-Jul-2022 James Wright <james@jameswright.xyz>

fluids: Make stg components dependent on primitive


1234