History log of /libCEED/examples/ (Results 151 – 175 of 1703)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
c7042e9710-Apr-2024 James Wright <james@jameswright.xyz>

test(fluids): Test diffusion in advection

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

fluids: Add diffusion to advection problem

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

Merge pull request #1553 from CEED/jrwrigh/ns_stabilized_mass

fluids: Add stabilized mass operator for Newtonian

4dd4a12508-Apr-2024 Riccardo Balin <balin@uan-0001.head.cm.americas.sgi.com>

fix(fluids): Renable SmartSim testing and fix bug

- Fixed bug in sgs_dd_train QF, left over from debugging
- SmartSim tests were previously not running at all, due to
junit.py checking if `SMARTRE

fix(fluids): Renable SmartSim testing and fix bug

- Fixed bug in sgs_dd_train QF, left over from debugging
- SmartSim tests were previously not running at all, due to
junit.py checking if `SMARTREDIS_DIR` was a file instead of a
directory

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

show more ...

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

Merge pull request #1533 from CEED/jrwrigh/smartsim_array_size

fluids: Change SmartSim sizeInfo to show minimum global array size

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

test(fluids): Test newtonian stabilized mass

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

refactor(fluids): Use QdataUnpack in Newtonian RHS

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

fluids: Add stabilized mass matrix to newtonian

Testing with:
```
build/fluids-navierstokes -options_file ./examples/fluids/gaussianwave.yaml -dm_plex_box_faces 10,10,1 -ts_max_steps 500 -degree 2

fluids: Add stabilized mass matrix to newtonian

Testing with:
```
build/fluids-navierstokes -options_file ./examples/fluids/gaussianwave.yaml -dm_plex_box_faces 10,10,1 -ts_max_steps 500 -degree 2 -implicit false -ts_type rk -stab supg -ts_dt 1e-4 -implicit false -ts_monitor_solution cgns:gaussian_wave.cgns -ts_monitor_solution_interval 5 -ts_view -state_var conservative -mass_ksp_type gmres -ts_monitor -mass_pc_type jacobi -mass_pc_jacobi_type diagonal
```

show more ...

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

Merge pull request #1554 from CEED/jrwrigh/petsc_fix_localization

fluids: Update topological periodicity localization

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

fluids: Update topological periodicity localization

See https://github.com/CEED/libCEED/issues/1470 for details.
Relies on PETSc MR in https://gitlab.com/petsc/petsc/-/merge_requests/7438

tl;dr is

fluids: Update topological periodicity localization

See https://github.com/CEED/libCEED/issues/1470 for details.
Relies on PETSc MR in https://gitlab.com/petsc/petsc/-/merge_requests/7438

tl;dr is that the localization of the continuous coordinate DM to the
discontinuous coordinate DM (i.e. the cell DM) must be done *after* the
coordinate DM is set to the tensor product ordering

show more ...

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

test(fluids): Add test for advection stabilized mass

ie. SUPG

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

fluids: Add stabilized mass for advection

This enables "full" SUPG for the advection problem using explicit time
integrators

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

fix(fluids): Allow advection to work with SYCL backends

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

fluids(test): Better assert messages for SmartSim

ie. if what you found in the database was wrong, tell me what you found

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

fluids: Put min global array size for SmartSim

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

refactor(fluids): Make QF comments consistent

See discussion: https://github.com/CEED/libCEED/pull/1539#discussion_r1548312418

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

Merge pull request #1539 from CEED/jrwrigh/explicit_ns

fluids: Make Newtonian BCs compatible with explicit timestepping, add test

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

fluids: Misc style changes

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

test(fluids): Add explicit NS test

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

fluids: Make BCs compatible with explicit TS

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

fluids: Cleanup SetupStrongSTG_Ceed a bit

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

fix(fluids): Enable strong STG for explicit timestepping

Also add error catching if SGS is requested for explicit; it's not
implemented at the moment.

53d23b9002-Apr-2024 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1547 from CEED/jeremy/min-petsc

Min PETSc version 3.21

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

fix(fluids): Catch SetupStrongStg_QF

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

petsc - min PETSc version 3.21

12345678910>>...69