History log of /libCEED/examples/fluids/navierstokes.c (Results 101 – 125 of 363)
Revision Date Author Comments
# 5ae360d4 16-Jun-2023 Jeremy L Thompson <jeremy@jeremylt.org>

ceed - make SetStream interface level fn


# bd882c8a 15-Jun-2023 James Wright <james@jameswright.xyz>

Add sycl/ref and sycl/shared backends (#1229)

* Merge sycl_backend from ALCF fork

---------
Co-authored-by: Umesh Unnikrishnan <unnikrishnan@anl.gov>
Co-authored-by: Kris Rowe <krowe@anl.gov>

Add sycl/ref and sycl/shared backends (#1229)

* Merge sycl_backend from ALCF fork

---------
Co-authored-by: Umesh Unnikrishnan <unnikrishnan@anl.gov>
Co-authored-by: Kris Rowe <krowe@anl.gov>
Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org>

show more ...


# 42cd7ab0 05-Jun-2023 James Wright <james@jameswright.xyz>

Merge pull request #1189 from CEED/jrwrigh/differential_filter

fluids: Add differential filtering capability


# 020cc818 05-Apr-2023 James Wright <james@jameswright.xyz>

fluids: Add anisotropic filtering test with damping


# 970fa48b 01-Apr-2023 James Wright <james@jameswright.xyz>

fluids: Add isotropic filtering test


# 4e9802d1 08-Apr-2023 James Wright <james@jameswright.xyz>

fluids: Add differential filtering setup


# 897a4642 19-Apr-2023 James Wright <james@jameswright.xyz>

test(fluids): Error if there are unused options

- Protects against flag name changes which may cause a test to not run,
but pass the test (as it wouldn't output any error)


# 4f5c4930 18-May-2023 James Wright <james@jameswright.xyz>

Merge pull request #1185 from CEED/jrwrigh/fluids-cleanup

fluids: Move to local Vec storage and petsc-ops


# 186595e6 01-Apr-2023 James Wright <james@jameswright.xyz>

fluids: Rename user->M --> M_inv


# 9ad5e8e4 01-Apr-2023 James Wright <james@jameswright.xyz>

fluids: Move RHSFunction to petsc-ops


# f5452247 30-Mar-2023 James Wright <james@jameswright.xyz>

fluids: Move setup function calls to better locations

- Move libCEED operator setup functions to SetupLibceed
- Rename turbulence statistics functions to match naming convention


# 5263e9c6 29-Mar-2023 James Wright <james@jameswright.xyz>

fluids Move initial conditions -> petsc-ops


# 0e654f56 27-Mar-2023 James Wright <james@jameswright.xyz>

fluids: Change if...SETERRQ to PetscCheck


# 5088944b 17-May-2023 Jed Brown <jed@jedbrown.org>

Merge pull request #1149 from CEED/jrwrigh/newtonian_ddsgs

fluids: Data-driven SGS modeling


# 7b87cde0 16-Mar-2023 James Wright <james@jameswright.xyz>

test(fluids): Add data-drive SGS testing


# 19ffbc25 14-Feb-2023 James Wright <james@jameswright.xyz>

fluids: Add flag for turning on SGS model


# 9a17443d 22-Mar-2023 James Wright <james@jameswright.xyz>

fluids: Add nodal evaluation of SGS DD Model


# 3909d146 26-Jan-2023 James Wright <james@jameswright.xyz>

fluids: Setup velocity gradient projection


# 999ff5c7 26-Jan-2023 James Wright <james@jameswright.xyz>

fluids: Create DM for velocity gradient projection


# 4cc9442b 26-Jan-2023 James Wright <james@jameswright.xyz>

fluids: Read in files for SGS Data-Driven Model


# 49aac155 24-Mar-2023 Jeremy L Thompson <jeremy@jeremylt.org>

IWYU fixes (#1182)

* iwyu - include fixes

* iwyu - silence some iwyu output

* minor - clearer macro names

* iwyu - fix suggestion of "ceed/ceed.h" externally

* iwyu - lighter petsc heade

IWYU fixes (#1182)

* iwyu - include fixes

* iwyu - silence some iwyu output

* minor - clearer macro names

* iwyu - fix suggestion of "ceed/ceed.h" externally

* iwyu - lighter petsc headers

* iwyu - ceed/ceed.h -> ceed.h

* iwyu - cuda/hip include fixes

show more ...


# 4f4fb5cd 15-Mar-2023 James Wright <james@jameswright.xyz>

Merge pull request #1179 from CEED/jrwrigh/fix_fluids_qfcontext


# 2493fa6a 14-Mar-2023 James Wright <james@jameswright.xyz>

fix(fluids): Destroy context after call to print_info

- print_info functions often read context data from ProblemData


# 530ad8c4 11-Mar-2023 Kenneth E. Jansen <Kenneth.Jansen@colorado.edu>

Ken/idl (#1138)

* inflow sponge pushing p towards P0 compiles and runs but unknown yet whether it is effective or not

* looks like my first attempt at this is missing something as there is neglig

Ken/idl (#1138)

* inflow sponge pushing p towards P0 compiles and runs but unknown yet whether it is effective or not

* looks like my first attempt at this is missing something as there is negligible effect from Jacobian addition

* examples/fluids: IDL fixes and demo

* Fix IDL sign error and rename variables/clang-format
* Let newtonianwave.yaml use -reference_pressure and temperature
* Propagate P0 = reference.pressure

* Small tweak to add IDL to the 3 ramp parameters.

* fluids: Extract fluids binary vector load function

- Needs to be used in multiple places (for ICs and for testing data)

* fluids: Correct typo in previous commits

* fluids: Add IDL and newtonian wave test

* fluids: Rename Newtonian Wave --> Gaussian Wave

* fluids: Move RampCoefficient into utils

- Also change name to LinearRampCoefficient, as we may have different
kinds of ramps in the future

* fluids: Change IDL commandline options

* docs(fluids): Document internal damping layer

Co-authored-by: Jed Brown <jed@jedbrown.org>

* fluids: Add ScaleN QF utility

* fluids: Extract InternalDampingLayer QFunction helper

---------

Co-authored-by: Jed Brown <jed@jedbrown.org>
Co-authored-by: KennethEJansen <jansenke@colorado.edu>
Co-authored-by: James Wright <james@jameswright.xyz>

show more ...


# 0e0bb6dd 08-Mar-2023 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1169 from CEED/jeremy/destroy-null

Always NULL object on Ceed*Destroy


12345678910>>...15