History log of /honee/ (Results 901 – 925 of 1514)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
89ae81b005-Apr-2023 James Wright <james@jameswright.xyz>

fluids: Add anisotropic filtering test with damping

682a969503-Apr-2023 James Wright <james@jameswright.xyz>

fluids: Add wall-damping to differential filter

1123f25301-Apr-2023 James Wright <james@jameswright.xyz>

fluids: Add isotropic filtering test

88b0712108-Apr-2023 James Wright <james@jameswright.xyz>

fluids: Add differential filtering setup

8583b75221-Feb-2023 James Wright <james@jameswright.xyz>

fluids: Add differential filtering QFs

8dadcfbd03-Apr-2023 James Wright <james@jameswright.xyz>

fluids: Add grid_aniso collocated vector function

c8eca42919-Apr-2023 James Wright <james@jameswright.xyz>

test(fluids): Error if there are unused options

- Protects against flag name changes which may cause a test to not run,
but pass the test (as it wouldn't output any error)

3379653305-Apr-2023 James Wright <james@jameswright.xyz>

fluids: Blasius IC for primitive variables

2bf8707729-May-2023 Jed Brown <jed@jedbrown.org>

Merge pull request #1225 from CEED/jrwrigh/fluids_state_enum

Fluids: Move to state enum for state functions

8fff829329-May-2023 James Wright <james@jameswright.xyz>

fluids: Move to state enum for state functions

4b0f611114-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

6ef77fa518-May-2023 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1216 from CEED/jeremy/tidy-error

Error in CI on clang-tidy errors

0fd30eea18-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

6f539f7104-Mar-2023 James Wright <james@jameswright.xyz>

refactor(fluids): Refactor CreateMassQFunction

cb315d1401-Apr-2023 James Wright <james@jameswright.xyz>

fix(fluids): FormSetValues respect pbdiagonal argument

- This would allow for the preconditioner to be an assembled pbdiagonal
matrix, but the Jacobian to be a full AIJ matrix.

cc9aa76501-Apr-2023 James Wright <james@jameswright.xyz>

fluids: Rename user->M --> M_inv

da5fe0e401-Apr-2023 James Wright <james@jameswright.xyz>

fluids: Move RHSFunction to petsc-ops

82560a7001-Apr-2023 James Wright <james@jameswright.xyz>

fluids: OperatorApplyContextCreate verify all sizes

3fc17c4b30-Mar-2023 James Wright <james@jameswright.xyz>

fluids: Define in/out in docstring params

68d8e74730-Mar-2023 James Wright <james@jameswright.xyz>

refactor(fluids): STG setup functions refactored

9193355030-Mar-2023 James Wright <james@jameswright.xyz>

fluids: Move setup function calls to better locations

- Move libCEED operator setup functions to SetupLibceed
- Rename turbulence statistics functions to match naming convention

0143e3da29-Mar-2023 James Wright <james@jameswright.xyz>

fluids: Move lumped mass matrix to petsc-ops

8f18bb8b29-Mar-2023 James Wright <james@jameswright.xyz>

fluids Move initial conditions -> petsc-ops

49f5db7428-Mar-2023 James Wright <james@jameswright.xyz>

fluids: Migrate grid anisotropy and grad_velo to petsc-ops

2eb7bf1f29-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.

1...<<31323334353637383940>>...61