History log of /libCEED/examples/fluids/ (Results 51 – 75 of 875)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
7a57a7a011-Jun-2024 James Wright <james@jameswright.xyz>

fluids: Add IDL to RHSFunction_Newtonian

4aa5fbb411-Jun-2024 James Wright <james@jameswright.xyz>

fix(fluids): Spanwise width miscalculated for statsitics

18cc0c1d06-Jun-2024 James Wright <james@jameswright.xyz>

fluids: Add check to blasius for state variable

7afa9fc329-May-2024 James Wright <james@jameswright.xyz>

fluids: Change deprecated vortexshedding.yaml options


/libCEED/.github/workflows/c-fortran-test-hardware.yml
/libCEED/.github/workflows/c-fortran-test-icc.yml
/libCEED/.github/workflows/c-fortran-test-linux-osx.yml
/libCEED/.github/workflows/c-fortran-test-style.yml
/libCEED/.github/workflows/julia-documentation.yml
/libCEED/.github/workflows/julia-test-with-style.yml
/libCEED/.github/workflows/python-test-with-style.yml
/libCEED/.github/workflows/release-notes.yml
/libCEED/.github/workflows/rust-documentation.yml
/libCEED/.github/workflows/rust-test-with-style.yml
/libCEED/.gitlab-ci.yml
/libCEED/README.md
/libCEED/backends/blocked/ceed-blocked-operator.c
/libCEED/backends/blocked/ceed-blocked.h
/libCEED/backends/cuda-ref/ceed-cuda-ref-restriction.c
/libCEED/backends/cuda-ref/ceed-cuda-ref.c
/libCEED/backends/cuda-ref/ceed-cuda-ref.h
/libCEED/backends/cuda/ceed-cuda-compile.cpp
/libCEED/backends/hip-ref/ceed-hip-ref-restriction.c
/libCEED/backends/hip-ref/ceed-hip-ref.c
/libCEED/backends/hip-ref/ceed-hip-ref.h
/libCEED/backends/memcheck/ceed-memcheck-restriction.c
/libCEED/backends/memcheck/ceed-memcheck-vector.c
/libCEED/backends/memcheck/ceed-memcheck.h
/libCEED/backends/opt/ceed-opt-operator.c
/libCEED/backends/opt/ceed-opt.h
/libCEED/backends/ref/ceed-ref-operator.c
/libCEED/backends/ref/ceed-ref-restriction.c
/libCEED/backends/ref/ceed-ref.h
vortexshedding.yaml
/libCEED/include/ceed-impl.h
/libCEED/include/ceed/backend.h
/libCEED/include/ceed/jit-source/cuda/cuda-ref-restriction-at-points.h
/libCEED/include/ceed/jit-source/hip/hip-ref-restriction-at-points.h
/libCEED/interface/ceed-basis.c
/libCEED/interface/ceed-elemrestriction.c
/libCEED/interface/ceed-operator.c
/libCEED/interface/ceed-qfunction.c
/libCEED/interface/ceed-qfunctioncontext.c
/libCEED/interface/ceed-tensor.c
/libCEED/interface/ceed-vector.c
/libCEED/interface/ceed.c
/libCEED/tests/t231-elemrestriction.c
/libCEED/tests/t232-elemrestriction.c
/libCEED/tests/t233-elemrestriction.c
/libCEED/tests/t234-elemrestriction.c
/libCEED/tests/t531-operator-f.f90
/libCEED/tests/t531-operator-f.h
/libCEED/tests/t531-operator.c
/libCEED/tests/t531-operator.h
433eda4d04-May-2024 James Wright <james@jameswright.xyz>

Merge pull request #1573 from CEED/jrwrigh/fix_fluids_printing

fluids: Correct printing of MatTypes

7bc7b61f01-May-2024 James Wright <james@jameswright.xyz>

fluids: Print correct Mat Types

43327b8603-May-2024 James Wright <james@jameswright.xyz>

fluids: Add back CeedOperator PetscLogEvents

Remove the unused fluids-based ones in favor of the built-in MatCeed
ones

24078fc401-May-2024 James Wright <james@jameswright.xyz>

fix(fluids): Print info just before solving

b32e1e4a01-May-2024 James Wright <james@jameswright.xyz>

fix(fluids): Add PCNONE to MatCeed solver selection

f965f5c602-May-2024 James Wright <james@jameswright.xyz>

fluids: Demo MatCeed{Get,Set}ContextReal

a94b429f02-May-2024 James Wright <james@jameswright.xyz>

fluids: Use new MatCeed/Ratel updates

5037d55d02-May-2024 James Wright <james@jameswright.xyz>

fluids: Update MatCeed with Ratel updates

cfb075a427-Apr-2024 James Wright <james@jameswright.xyz>

fluids: Add QDataGet functions

7dc3a04a29-Apr-2024 James Wright <james@jameswright.xyz>

Merge pull request #1568 from CEED/jrwrigh/fix_blasius_state

fix: Correct P0 deprecation

1863db2f29-Apr-2024 James Wright <james@jameswright.xyz>

Merge pull request #1567 from CEED/jrwrigh/refactor_setuplibceed

fluids: Refactor primary Ceed Object creation routines

2249ac9127-Apr-2024 James Wright <james@jameswright.xyz>

fluids: Introduce -idl_pressure option

Also re-instates the old P0 behavior with regard to the idl_pressure

a5b0ec6f29-Apr-2024 James Wright <james@jameswright.xyz>

fluids: Remove op_*_vol from user struct

And some other misc style changes

e9c36be026-Apr-2024 James Wright <james@jameswright.xyz>

fluids: Consolidate QF and Op creation for BCs

2788647c29-Apr-2024 James Wright <james@jameswright.xyz>

fix(fluids): Make local Vecs use PETSC_COMM_SELF in turbstats

Also adds check in CeedOperatorCreateLocalVecs to verify that comm is of
size 1.

c10408e027-Apr-2024 James Wright <james@jameswright.xyz>

fluids: Correct PetscOptionsDeprecated usage

It will automatically replace the old option with the new option if
`PetscOptionsDeprecated` is specified before the new option name.

f0db655e27-Apr-2024 James Wright <james@jameswright.xyz>

fix: Correct P0 deprecation

the PetscOptionsDeprecated caused the P0 option to be ignored for some
reason

64f98e9826-Apr-2024 James Wright <james@jameswright.xyz>

fluids: Consolidate QF and Op creation blocks

ff9b3c0e25-Apr-2024 James Wright <james@jameswright.xyz>

fluids: Use StatePrimitive in blasius context

5dd8ea6c25-Apr-2024 James Wright <james@jameswright.xyz>

Merge pull request #1564 from CEED/jrwrigh/ratel_copying

fluids: Updates from Ratel

3933d9a025-Apr-2024 James Wright <james@jameswright.xyz>

fluids: Add MatCeedView (from Ratel)

https://gitlab.com/micromorph/ratel/-/merge_requests/817

12345678910>>...35