History log of /honee/src/ (Results 226 – 250 of 507)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
4229c2ea29-Apr-2024 James Wright <james@jameswright.xyz>

Merge pull request #1567 from CEED/jrwrigh/refactor_setuplibceed

fluids: Refactor primary Ceed Object creation routines

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

fluids: Remove op_*_vol from user struct

And some other misc style changes

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

fluids: Consolidate QF and Op creation for BCs

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

fix(fluids): Make local Vecs use PETSC_COMM_SELF in turbstats

Also adds check in CeedOperatorCreateLocalVecs to verify that comm is of
size 1.

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

fluids: Correct PetscOptionsDeprecated usage

It will automatically replace the old option with the new option if
`PetscOptionsDeprecated` is specified before the new option name.

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

fluids: Consolidate QF and Op creation blocks

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

Merge pull request #1564 from CEED/jrwrigh/ratel_copying

fluids: Updates from Ratel

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

fluids: Add MatCeedView (from Ratel)

https://gitlab.com/micromorph/ratel/-/merge_requests/817

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

Merge pull request #1562 from CEED/jrwrigh/fluids_problem_pointer

fluids: Make ProblemData a pointer to struct

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

fluids: Make ProblemData a pointer to struct

We basically use it as a pointer-to-struct type everywhere, so might as
well make it consistent with everything else

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

fluids - use VecGetState

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

Merge pull request #1558 from CEED/jrwrigh/smartsim_multiple_filter_widths

fluids: Add option for multiple filter widths during in-situ SGS training

ee81c42318-Apr-2024 Riccardo Balin <balin@uan-0002.head.cm.americas.sgi.com>

fluids: moved SmartRedis send of time step number after all training data is computed

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

fix(fluids): Fix primary PETSc memory leak, others

All the memory leaks reported in regression tests via `-malloc_dump`
are now related to the boundary conditions and their handling of
QFunctionCont

fix(fluids): Fix primary PETSc memory leak, others

All the memory leaks reported in regression tests via `-malloc_dump`
are now related to the boundary conditions and their handling of
QFunctionContexts, which is a much more difficult problem and will be
addressed later.

show more ...

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

fluids: Rename PetscSmartRedisCall -> PetscCallSmartRedis

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

fluids: Compute DiffFilter RHS only if solution changes

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

fluids: Multiple filter widths for SGS training

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

fluids: Misc cleanup of SmartSim and SGS training

1fa6919408-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

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

Merge pull request #1554 from CEED/jrwrigh/petsc_fix_localization

fluids: Update topological periodicity localization

9bfedf8805-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 ...

a78efa8605-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

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

fluids: Put min global array size for SmartSim

6d7f2d1702-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

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

fluids: Make BCs compatible with explicit TS

12345678910>>...21