History log of /libCEED/examples/ (Results 401 – 425 of 1703)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
9d9c52bb05-Jun-2023 Jed Brown <jed@jedbrown.org>

doc: fix math in headers

There is a bad hyperref/unicode-math interaction apparently resulting
from how PDF bookmarks work. This replaces math in headers (section
titles) with unicode Greek letters

doc: fix math in headers

There is a bad hyperref/unicode-math interaction apparently resulting
from how PDF bookmarks work. This replaces math in headers (section
titles) with unicode Greek letters to fix doc-latexpdf.

https://tex.stackexchange.com/questions/570000/improper-alphabetic-constant-error-in-title-with-greek-bug-with-unicode-math-an

show more ...

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

DiffFilterFields: Move to separate fields for diff filter

- This will allow easier access to the filtered state for later
processing

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

DiffFilterFields: Make diff_filter operators compatible with fields

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

DiffFilterField: Reshuffling of DM Creation passes tests

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

fluids: Specify dm_field in GetRestrictionForDomain

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

refactor(fluids): Make j, k consisitent

When doing double for loops, `j` should be components and `k` should be
coordinate direction, such that Grad_v[k][j][i] indexes the gradient
array coming from

refactor(fluids): Make j, k consisitent

When doing double for loops, `j` should be components and `k` should be
coordinate direction, such that Grad_v[k][j][i] indexes the gradient
array coming from libCEED

show more ...

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

doc(fluids): Add differential filtering

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

fluids: Add MMS test for differential filtering

MMS = method of manufactured solutions

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

fluids: Add anisotropic filtering test with damping

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

fluids: Add wall-damping to differential filter

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

fluids: Add isotropic filtering test

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

fluids: Add differential filtering setup

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

fluids: Add differential filtering QFs

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

fluids: Add grid_aniso collocated vector function

897a464219-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)

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

fluids: Blasius IC for primitive variables

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

fluids: Move to state enum for state functions

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

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

refactor(fluids): Refactor CreateMassQFunction

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

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

fluids: Rename user->M --> M_inv

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

fluids: Move RHSFunction to petsc-ops

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

fluids: OperatorApplyContextCreate verify all sizes

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

fluids: Define in/out in docstring params

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

refactor(fluids): STG setup functions refactored

1...<<11121314151617181920>>...69