History log of /libCEED/examples/ (Results 226 – 250 of 1703)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
b3de639d03-Mar-2024 James Wright <james@jameswright.xyz>

fluids: Remove convergence test from velocity_gradient_projection

Testing with GDB, the `Mass_N` QFunction is only called when creating
the rowsum preconditioner and isn't called afterwards. This is

fluids: Remove convergence test from velocity_gradient_projection

Testing with GDB, the `Mass_N` QFunction is only called when creating
the rowsum preconditioner and isn't called afterwards. This is true with
or without the convergence test. So I've removed the convergence test as
it's not necessary

show more ...

f2d1127c19-Sep-2023 James Wright <james@jameswright.xyz>

fluids: Add QFs for external SGS DD evaluation

8f5ab23b19-Sep-2023 James Wright <james@jameswright.xyz>

fluids: Refactor function names

- PascalCase for acronyms longer than 2 letters
- Remove the "Anisotropic" qualifier from function names, as we only
have one data-driven SGS model. If we add an is

fluids: Refactor function names

- PascalCase for acronyms longer than 2 letters
- Remove the "Anisotropic" qualifier from function names, as we only
have one data-driven SGS model. If we add an isotropic model later, we
can give that the "Isotropic" qualifier on it's function names
- Remove the "Model" qualifier from function names. "SgsDD" is
communicative enough (Subgrid-stress inherently means a model)

show more ...

403646e505-Sep-2023 James Wright <james@jameswright.xyz>

fluids: Change SGS IFunctionApply to use NewtonianIdealGasContext

- It doesn't need anything more than that

6b3fb9ae05-Sep-2023 James Wright <james@jameswright.xyz>

fluids: Create generic SGS DD eval interface

- Existing implementation now called "Fused" evaluation

e51ac26729-Feb-2024 James Wright <james@jameswright.xyz>

fluids: Include config.mk from top level

Now `SMARTREDIS_DIR` can be added to the config.mk and it passed into
the fluids Makefile

3737f83229-Feb-2024 James Wright <james@jameswright.xyz>

fluids: Add LogEvent for VeloGradProj and DiffFilter

844b3d4a27-Feb-2024 Riccardo Balin <riccardo.balin@gmail.com>

Merge balin/smartsim branch into main with timers for SmartRedis API calls (#1480)


---------

Co-authored-by: James Wright <james@jameswright.xyz>
Co-authored-by: Riccardo Balin <balin@aurora-u

Merge balin/smartsim branch into main with timers for SmartRedis API calls (#1480)


---------

Co-authored-by: James Wright <james@jameswright.xyz>
Co-authored-by: Riccardo Balin <balin@aurora-uan-0012.hostmgmt.cm.aurora.alcf.anl.gov>

show more ...

fe1e732e27-Feb-2024 James Wright <james@jameswright.xyz>

fluids: Replace if...SETERRQ with PetscCheck

fad93f9d26-Feb-2024 James Wright <james@jameswright.xyz>

fluids: Add missing OperatorApplyContextDestroy's


/libCEED/.gitlab-ci.yml
/libCEED/backends/cuda-gen/ceed-cuda-gen-operator-build.cpp
/libCEED/backends/cuda-gen/ceed-cuda-gen-qfunction.c
/libCEED/backends/cuda-gen/ceed-cuda-gen.h
/libCEED/backends/cuda-ref/ceed-cuda-ref-basis.c
/libCEED/backends/cuda-ref/ceed-cuda-ref-operator.c
/libCEED/backends/cuda-ref/ceed-cuda-ref-qfunction-load.cpp
/libCEED/backends/cuda-ref/ceed-cuda-ref-restriction.c
/libCEED/backends/cuda-ref/ceed-cuda-ref.h
/libCEED/backends/cuda-shared/ceed-cuda-shared-basis.c
/libCEED/backends/cuda/ceed-cuda-compile.cpp
/libCEED/backends/hip-gen/ceed-hip-gen-operator-build.cpp
/libCEED/backends/hip-gen/ceed-hip-gen-qfunction.c
/libCEED/backends/hip-gen/ceed-hip-gen.h
/libCEED/backends/hip-ref/ceed-hip-ref-basis.c
/libCEED/backends/hip-ref/ceed-hip-ref-operator.c
/libCEED/backends/hip-ref/ceed-hip-ref-qfunction-load.cpp
/libCEED/backends/hip-ref/ceed-hip-ref-restriction.c
/libCEED/backends/hip-ref/ceed-hip-ref.h
/libCEED/backends/hip-shared/ceed-hip-shared-basis.c
/libCEED/backends/hip/ceed-hip-compile.cpp
/libCEED/backends/magma/ceed-magma-basis.c
/libCEED/backends/memcheck/ceed-memcheck-qfunction.c
/libCEED/backends/occa/ceed-occa-qfunction.cpp
/libCEED/backends/sycl-gen/ceed-sycl-gen-operator-build.sycl.cpp
/libCEED/backends/sycl-gen/ceed-sycl-gen-qfunction.sycl.cpp
/libCEED/backends/sycl-gen/ceed-sycl-gen.hpp
/libCEED/backends/sycl-ref/ceed-sycl-ref-qfunction-load.sycl.cpp
/libCEED/backends/sycl-shared/ceed-sycl-shared-basis.sycl.cpp
/libCEED/backends/sycl/ceed-sycl-compile.sycl.cpp
fluids/navierstokes.c
fluids/problems/sgs_dd_model.c
fluids/src/differential_filter.c
/libCEED/include/ceed/backend.h
/libCEED/include/ceed/jit-tools.h
/libCEED/interface/ceed-jit-tools.c
/libCEED/interface/ceed-qfunction.c
ce5cfebd23-Feb-2024 Jeremy L Thompson <jeremy@jeremylt.org>

rust - drop redundant import

461ae45521-Feb-2024 James Wright <james@jameswright.xyz>

Merge pull request #1479 from CEED/jrwrigh/fix_mat_reporting

fluids: Report both amat and pmat types

a04f48a321-Feb-2024 James Wright <james@jameswright.xyz>

fluids: Report both amat and pmat types

4c493a3321-Feb-2024 James Wright <james@jameswright.xyz>

fluids: Use utility for velocity gradient projection

- Evidentily missed this one when I added
StatePhysicalGradientFromReference awhile back. Or this was on a
longer lived branch that got me

fluids: Use utility for velocity gradient projection

- Evidentily missed this one when I added
StatePhysicalGradientFromReference awhile back. Or this was on a
longer lived branch that got merged out-of-order

show more ...

9e529ead13-Feb-2024 James Wright <james@jameswright.xyz>

docs(fluids): Document changes to 2D/3D advection

93639ffb13-Feb-2024 James Wright <james@jameswright.xyz>

fluids: Merge 2D and 3D advection setup

Instead of `-problem advection` and `-problem advection2d`, there's just
`-problem advection` and the dimensionality is taken from the dm.

4bdcf5bf20-Jan-2024 James Wright <james@jameswright.xyz>

fluids: Generalize advection boundary qfunctions

1394d07e20-Jan-2024 James Wright <james@jameswright.xyz>

fluids: Packing routines for 2D boundary setup

b28affb220-Jan-2024 James Wright <james@jameswright.xyz>

fluids: Generalize advection RHSFunction for 2d and 3d

b767acfb20-Jan-2024 James Wright <james@jameswright.xyz>

fluids: Convert strong_form to boolean in advection

94a05c6f20-Jan-2024 James Wright <james@jameswright.xyz>

docs(fluids): Combine 2D and 3D documentation

372d192420-Jan-2024 James Wright <james@jameswright.xyz>

fluids: Generalize advection IFunction for 2d and 3d

bf415d3f20-Jan-2024 James Wright <james@jameswright.xyz>

fluids: Change 2D qdata to use unpacking routines

30e1b2c720-Jan-2024 James Wright <james@jameswright.xyz>

fluids: Generalize advection IC for 2d and 3d

98d9a7e620-Jan-2024 James Wright <james@jameswright.xyz>

fluids: Create generic MatMatN for square matrices

MatMat3 now uses MatMatN

12345678910>>...69