History log of /libCEED/examples/fluids/ (Results 201 – 225 of 875)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
b306c3f116-Oct-2023 James Wright <james@jameswright.xyz>

fluids: Add SmartSimDataDestroy

e17e35bb29-Jul-2023 James Wright <james@jameswright.xyz>

fluids: Add smartsim regression testing

Requires that the fluids code be built with SMARTREDIS_DIR set, and in
an environment with SmartSim (Python library) installed as well.

Co-authored by: Zach

fluids: Add smartsim regression testing

Requires that the fluids code be built with SMARTREDIS_DIR set, and in
an environment with SmartSim (Python library) installed as well.

Co-authored by: Zach Atkins <zach.atkins@colorado.edu>

show more ...

3b219b8606-Jun-2023 James Wright <james@jameswright.xyz>

doc(fluids): Document SmartSim in situ training

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

fluids: Add -sgs_train_enable flag

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

fluids: Add TSPostStep for SGS DD Training

- This will shutdown the simulation if there's a tensor called
`check-run` equal to zeros

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

fluids: Add data-driven SGS training setup, TSMonitor

- Adds `smartsim_weak.c` to handle case where SmartRedis is not built

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

fluids: Add SGS DD training QFunctions

- Returns training data

7c00069f08-Jun-2023 James Wright <james@jameswright.xyz>

fluids: Move diff filter enums to separate header file

- So that other QFunctions can use them for indexing into differential
filtered fields

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

fluids: Add SmartSim setup

- Adds `-smartsim_diable_calls` which can run with `-sgs_train_enable`,
but doesn't call SmartSim library calls. This allows for debugging the
training related functio

fluids: Add SmartSim setup

- Adds `-smartsim_diable_calls` which can run with `-sgs_train_enable`,
but doesn't call SmartSim library calls. This allows for debugging the
training related functions without having to run inside a SmartSim
experiment.

show more ...

fc818f1b07-Jun-2023 James Wright <james@jameswright.xyz>

fluids: Add SmartSim build to Makefile

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

fluids: Add DMGet{Global,Local}VectorInfo to public header

051427ee07-Jun-2023 James Wright <james@jameswright.xyz>

fluids: Store diff filter field ids

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

fluids: Agnosticize VeloGradient projection setup

- It can now setup more than just user->grad_velo_proj

f22a855027-Nov-2023 James Wright <james@jameswright.xyz>

Merge pull request #1404 from CEED/jrwrigh/fix_bubble

fix(fluids): Remove BUBBLE_COSINE

8960bf3727-Nov-2023 James Wright <james@jameswright.xyz>

fix(fluids): Remove BUBBLE_COSINE

- left over from new feature

d9d458ca21-Nov-2023 James Wright <james@jameswright.xyz>

fluids: Remove unused PetscCeedChk

a547b5d321-Nov-2023 James Wright <james@jameswright.xyz>

Merge pull request #1399 from CEED/jrwrigh/advection_cleanup

fluids: Cleanup advection problems

ef900ff617-Nov-2023 James Wright <james@jameswright.xyz>

Merge pull request #1381 from CEED/jrwrigh/fixup_coords

fluids: Remove coordinates from IFunction_NodalSgs

700ae94117-Nov-2023 James Wright <james@jameswright.xyz>

fluids: Use enums in advection

a2f6637e17-Nov-2023 James Wright <james@jameswright.xyz>

fluids: Cleanup unused struct members

Many of these are set, but never actually used.

49a40c8a16-Nov-2023 Kenneth E. Jansen <Kenneth.Jansen@colorado.edu>

Plex project coord renamed (#1391)

* fixing ProjectCoordinates

* copy of Ratel fix

* set for future, preserve backward

* break out versions

* PETSc is actually at 3.20 not 3.21 so decrem

Plex project coord renamed (#1391)

* fixing ProjectCoordinates

* copy of Ratel fix

* set for future, preserve backward

* break out versions

* PETSc is actually at 3.20 not 3.21 so decremment the minor version switch

* fixed style and copied same to solids and petsc examples (thought they have lots of other compile warnings)

* blank line

* Breaking again with compounded versions

* Update remaining DMPlexProjectCoordinates

* ex - update DMPlexCreateCoordinateSpace

* cx - update ICC/IFORT job

---------

Co-authored-by: Jed Brown <jed@jedbrown.org>
Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org>

show more ...


/libCEED/.github/workflows/c-fortran-test-icc.yml
/libCEED/CITATION.cff
/libCEED/Doxyfile
/libCEED/README.md
/libCEED/RELEASING.md
/libCEED/backends/magma/ceed-magma-basis.c
/libCEED/backends/magma/ceed-magma-gemm-selector.cpp
/libCEED/backends/magma/ceed-magma-gemm-selector.h
/libCEED/backends/magma/ceed-magma.c
/libCEED/backends/magma/ceed-magma.h
/libCEED/backends/magma/tuning/.gitignore
/libCEED/backends/magma/tuning/Makefile
/libCEED/backends/magma/tuning/README.md
/libCEED/backends/magma/tuning/a100_rtc.h
/libCEED/backends/magma/tuning/generate_tuning.py
/libCEED/backends/magma/tuning/h100_rtc.h
/libCEED/backends/magma/tuning/indices.h
/libCEED/backends/magma/tuning/mi100_rtc.h
/libCEED/backends/magma/tuning/mi250x_rtc.h
/libCEED/backends/magma/tuning/tuning.cpp
/libCEED/backends/magma/tuning/v100_rtc.h
/libCEED/ceed.pc.template
/libCEED/doc/sphinx/source/releasenotes.md
navierstokes.h
src/dm_utils.c
src/turb_spanstats.c
/libCEED/examples/petsc/area.c
/libCEED/examples/petsc/dmswarm.c
/libCEED/examples/petsc/include/petscutils.h
/libCEED/examples/petsc/src/petscutils.c
/libCEED/examples/solids/elasticity.h
/libCEED/examples/solids/src/setup-dm.c
/libCEED/include/ceed/ceed.h
/libCEED/include/ceed/jit-source/magma/magma-basis-grad-1d.h
/libCEED/include/ceed/jit-source/magma/magma-basis-grad-2d.h
/libCEED/include/ceed/jit-source/magma/magma-basis-grad-3d.h
/libCEED/include/ceed/jit-source/magma/magma-basis-interp-1d.h
/libCEED/include/ceed/jit-source/magma/magma-basis-interp-2d.h
/libCEED/include/ceed/jit-source/magma/magma-basis-interp-3d.h
/libCEED/include/ceed/jit-source/magma/magma-basis-interp-deriv-nontensor.h
/libCEED/include/ceed/jit-source/magma/magma-basis-weight-1d.h
/libCEED/include/ceed/jit-source/magma/magma-basis-weight-2d.h
/libCEED/include/ceed/jit-source/magma/magma-basis-weight-3d.h
/libCEED/include/ceed/jit-source/magma/magma-basis-weight-nontensor.h
/libCEED/include/ceed/jit-source/magma/magma-common-defs.h
/libCEED/include/ceed/jit-source/magma/magma-common-nontensor.h
/libCEED/include/ceed/jit-source/magma/magma-common-tensor.h
/libCEED/julia/LibCEED.jl/Project.toml
/libCEED/julia/LibCEED.jl/gen/generator.toml
/libCEED/julia/LibCEED.jl/src/generated/libceed_bindings.jl
/libCEED/julia/LibCEED.jl/test/rundevtests.jl
/libCEED/julia/LibCEED.jl/test/runtests.jl
/libCEED/rust/libceed-sys/Cargo.toml
/libCEED/rust/libceed-sys/README.md
/libCEED/rust/libceed-sys/build.rs
/libCEED/rust/libceed/Cargo.toml
/libCEED/rust/libceed/README.md
6cec60aa01-Nov-2023 Jed Brown <jed@jedbrown.org>

doc fixes

d31f425a27-Sep-2023 Jeremy L Thompson <jeremy@jeremylt.org>

ex - require latest PETSc release

1d2a965930-Oct-2023 Kenneth E. Jansen <Kenneth.Jansen@colorado.edu>

Drop Coordinate Basis from IJacobian (without breaking IDL) (#1380)

* compute IDL coefficient in IFunction that has access to coordinates, append this to jac_data so that IJacobian can avoid pulling

Drop Coordinate Basis from IJacobian (without breaking IDL) (#1380)

* compute IDL coefficient in IFunction that has access to coordinates, append this to jac_data so that IJacobian can avoid pulling coordinates through basis to apply IDL

Co-authored-by: James Wright <james@jameswright.xyz>

show more ...


/libCEED/.github/workflows/python-test-with-style.yml
/libCEED/Makefile
/libCEED/backends/magma/ceed-magma-basis.c
/libCEED/backends/magma/ceed-magma-common.c
/libCEED/backends/magma/ceed-magma-gemm-nontensor.cpp
/libCEED/backends/magma/ceed-magma-gemm-nontensor.h
/libCEED/backends/magma/ceed-magma-gemm-selector.cpp
/libCEED/backends/magma/ceed-magma-gemm-selector.h
/libCEED/backends/magma/ceed-magma.h
/libCEED/backends/magma/tuning/a100.h
/libCEED/backends/magma/tuning/a100_grad_rtc.h
/libCEED/backends/magma/tuning/a100_interp_rtc.h
/libCEED/backends/magma/tuning/indices.h
/libCEED/backends/magma/tuning/mi100.h
/libCEED/backends/magma/tuning/mi250x.h
/libCEED/backends/magma/tuning/mi250x_grad_rtc.h
/libCEED/backends/magma/tuning/mi250x_interp_rtc.h
/libCEED/backends/magma/tuning/v100.h
qfunctions/newtonian.h
src/setuplibceed.c
/libCEED/include/ceed/jit-source/magma/magma-basis-grad-1d.h
/libCEED/include/ceed/jit-source/magma/magma-basis-grad-2d.h
/libCEED/include/ceed/jit-source/magma/magma-basis-grad-3d.h
/libCEED/include/ceed/jit-source/magma/magma-basis-grad-nontensor.h
/libCEED/include/ceed/jit-source/magma/magma-basis-interp-1d.h
/libCEED/include/ceed/jit-source/magma/magma-basis-interp-2d.h
/libCEED/include/ceed/jit-source/magma/magma-basis-interp-3d.h
/libCEED/include/ceed/jit-source/magma/magma-basis-interp-nontensor.h
/libCEED/include/ceed/jit-source/magma/magma-basis-weight-1d.h
/libCEED/include/ceed/jit-source/magma/magma-basis-weight-2d.h
/libCEED/include/ceed/jit-source/magma/magma-basis-weight-3d.h
/libCEED/include/ceed/jit-source/magma/magma-basis-weight-nontensor.h
/libCEED/include/ceed/jit-source/magma/magma-common-defs.h
/libCEED/include/ceed/jit-source/magma/magma-common-nontensor.h
/libCEED/include/ceed/jit-source/magma/magma-common-tensor.h
/libCEED/requirements-test.txt
53560eb216-Oct-2023 James Wright <james@jameswright.xyz>

fluids: Remove coordinates from IFunction_NodalSgs

- Stragler from previous PR

12345678910>>...35