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

test: Add SGS data-driven sequential test

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

docs(fluids): Fused/sequential data-driven SGS model

1250e89903-Oct-2023 James Wright <james@jameswright.xyz>

fluids: Implement sequential SGS DD eval

39b5719505-Mar-2024 Riccardo Balin <riccardo.balin@gmail.com>

Fixing SmartRedis meta data arrays to be of type Int64 (#1501)

* fluids: fixed SmartRedis meta data arrays to be of type Int64

* fluids: style fix

---------

Co-authored-by: Riccardo Balin <

Fixing SmartRedis meta data arrays to be of type Int64 (#1501)

* fluids: fixed SmartRedis meta data arrays to be of type Int64

* fluids: style fix

---------

Co-authored-by: Riccardo Balin <balin@aurora-uan-0010.hostmgmt.cm.aurora.alcf.anl.gov>

show more ...

6249180f04-Mar-2024 James Wright <james@jameswright.xyz>

Merge pull request #1496 from CEED/jrwrigh/ksp_mass

Fluids: Fix mass operator for explicit timestepping, move to KSP for mass operator

dfcf44b004-Mar-2024 James Wright <james@jameswright.xyz>

fixup! fluids: Use KSP for explicit mass matrix

0f2fa9b403-Mar-2024 James Wright <james@jameswright.xyz>

fluids: Fix mass matrix for explicit time stepping

The local vector should be initialized to zero so that all the essential
nodes (ie. strong boundary condition nodes) are not factored in for the
ma

fluids: Fix mass matrix for explicit time stepping

The local vector should be initialized to zero so that all the essential
nodes (ie. strong boundary condition nodes) are not factored in for the
matrix multiply. The PR associated with this commit should have a
document attached detailing why this is the case.

Previous tests used this incorrect mass matrix and so now fail. The
results for these tests are corrected as well.

show more ...

cde3041003-Mar-2024 James Wright <james@jameswright.xyz>

fluids: Destroy stray Mats

04292f7d03-Mar-2024 James Wright <james@jameswright.xyz>

fluids: Use KSP for explicit mass matrix

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
navierstokes.c
problems/sgs_dd_model.c
src/differential_filter.c
/libCEED/examples/rust/ex1-volume/src/main.rs
/libCEED/examples/rust/ex2-surface/src/main.rs
/libCEED/examples/rust/ex3-vector-volume/src/main.rs
/libCEED/examples/rust/ex4-vector-surface/src/main.rs
/libCEED/include/ceed/backend.h
/libCEED/include/ceed/ceed.h
/libCEED/include/ceed/jit-tools.h
/libCEED/interface/ceed-basis.c
/libCEED/interface/ceed-elemrestriction.c
/libCEED/interface/ceed-jit-tools.c
/libCEED/interface/ceed-operator.c
/libCEED/interface/ceed-preconditioning.c
/libCEED/interface/ceed-qfunction.c
/libCEED/interface/ceed-qfunctioncontext.c
/libCEED/interface/ceed-vector.c
/libCEED/rust/libceed/src/operator.rs
/libCEED/rust/libceed/src/qfunction.rs
/libCEED/tests/t590-operator.c
/libCEED/tests/t591-operator.c
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

12345678910>>...35