History log of /libCEED/examples/ (Results 101 – 125 of 1703)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
6c7f295c10-Jan-2024 James Wright <james@jameswright.xyz>

docs(fluids): Spanwise stats

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

fluids: Force recompilation if Makefile changes

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

fluids: Use TORCH_DEVICE_CPU for sycl backends

On Sunspot, on-device inference is not working reliably. I'm not sure
exactly why at the moment (whether it's a libCEED backend issue or
something else

fluids: Use TORCH_DEVICE_CPU for sycl backends

On Sunspot, on-device inference is not working reliably. I'm not sure
exactly why at the moment (whether it's a libCEED backend issue or
something else).

show more ...

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

doc(fluids): Add documentation for pytorch SGS

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

fluids: Add log_events.c/h, PetscLogEvent for torch

To have the log_events accessbile to torch (in C++), I needed to
separate out the header file containing the extern PetscLogEvent
declarations. Wh

fluids: Add log_events.c/h, PetscLogEvent for torch

To have the log_events accessbile to torch (in C++), I needed to
separate out the header file containing the extern PetscLogEvent
declarations. While I was at it, I figured it'd be more clear to have a
separate log_events.c file as well to have the actual "storage" of the
PetscLogEvents and the RegisterLogEvents function itself.

show more ...

013a555104-Oct-2023 James Wright <james@jameswright.xyz>

fluids: Add PyTorch external DD SGS evaluation

- Rename sequential_internal -> *_ceed

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

Merge pull request #1605 from CEED/jrwrigh/idl_explicit

fluids: Add IDL to RHSFunction_Newtonian

6a5b1f8c11-Jun-2024 James Wright <james@jameswright.xyz>

test(fluids): Modify test for IDL explicit

- Repurposing the Gaussian wave explicit test to also include IDL
testing
- Also modify the Advection skew tolerance slightly to pass on my local
machi

test(fluids): Modify test for IDL explicit

- Repurposing the Gaussian wave explicit test to also include IDL
testing
- Also modify the Advection skew tolerance slightly to pass on my local
machine (failed with 5.076e-10 on the avx/blocked backend)

show more ...

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

a80a54a210-Jun-2024 Jeremy L Thompson <jeremy@jeremylt.org>

solids - drop small strain since its untested

380e68c410-Jun-2024 Jeremy L Thompson <jeremy@jeremylt.org>

solids - drop current config in docs

c856561110-Jun-2024 Jeremy L Thompson <jeremy@jeremylt.org>

solids - reduce to minimal example set, see Ratel for full

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
fluids/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

8b9616a730-Apr-2024 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1565 from CEED/jeremy/diagonal-at-points

Add Diagonal Assembly for AtPoints

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

fluids: Add QDataGet functions

12345678910>>...69