History log of /honee/src/ (Results 301 – 325 of 507)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
632a41e104-May-2023 James Wright <james@jameswright.xyz>

fluids: Add TSPostStep for SGS DD Training

- This will shutdown the simulation if there's a tensor called
`check-run` equal to zeros

aa0b7f7617-Apr-2023 James Wright <james@jameswright.xyz>

fluids: Add data-driven SGS training setup, TSMonitor

- Adds `smartsim_weak.c` to handle case where SmartRedis is not built

7cd7083519-Apr-2023 James Wright <james@jameswright.xyz>

fluids: Add SmartSim setup

- Adds `-smartsim_diable_calls` which can run with `-sgs_train_enable`,
but doesn't call SmartSim library calls. This allows for debugging the
training related functio

fluids: Add SmartSim setup

- Adds `-smartsim_diable_calls` which can run with `-sgs_train_enable`,
but doesn't call SmartSim library calls. This allows for debugging the
training related functions without having to run inside a SmartSim
experiment.

show more ...

8323947607-Jun-2023 James Wright <james@jameswright.xyz>

fluids: Store diff filter field ids

f6ac214e18-Apr-2023 James Wright <james@jameswright.xyz>

fluids: Agnosticize VeloGradient projection setup

- It can now setup more than just user->grad_velo_proj

0d8cd81817-Nov-2023 James Wright <james@jameswright.xyz>

fluids: Cleanup unused struct members

Many of these are set, but never actually used.

e647b60d16-Nov-2023 Kenneth E. Jansen <Kenneth.Jansen@colorado.edu>

Plex project coord renamed (#1391)

* fixing ProjectCoordinates

* copy of Ratel fix

* set for future, preserve backward

* break out versions

* PETSc is actually at 3.20 not 3.21 so decrem

Plex project coord renamed (#1391)

* fixing ProjectCoordinates

* copy of Ratel fix

* set for future, preserve backward

* break out versions

* PETSc is actually at 3.20 not 3.21 so decremment the minor version switch

* fixed style and copied same to solids and petsc examples (thought they have lots of other compile warnings)

* blank line

* Breaking again with compounded versions

* Update remaining DMPlexProjectCoordinates

* ex - update DMPlexCreateCoordinateSpace

* cx - update ICC/IFORT job

---------

Co-authored-by: Jed Brown <jed@jedbrown.org>
Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org>

show more ...

94a7b3d230-Oct-2023 Kenneth E. Jansen <Kenneth.Jansen@colorado.edu>

Drop Coordinate Basis from IJacobian (without breaking IDL) (#1380)

* compute IDL coefficient in IFunction that has access to coordinates, append this to jac_data so that IJacobian can avoid pulling

Drop Coordinate Basis from IJacobian (without breaking IDL) (#1380)

* compute IDL coefficient in IFunction that has access to coordinates, append this to jac_data so that IJacobian can avoid pulling coordinates through basis to apply IDL

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

show more ...

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

fluids: Don't set ts_max_steps if not TESTTYPE_NONE

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

fix(fluids): Don't use IntArrayC2P in diff filter

IntArrayC2P frees the input array, when I need both the `PetscInt` array
and the `CeedInt` array.

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

Merge pull request #1349 from CEED/jrwrigh/remove_ctx_update

fluids: Use normal `CeedOperatorSetContextDouble` instead of `UpdateContextLabel`

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

fluids: Use normal CeedOperatorSetContextDouble

That instead of `UpdateContextLabel`, as #1347 built that functionality
into the normal label setting functions themselves

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

fluids: Fix 64bit Int typing issues

71c848e318-Jun-2023 James Wright <james@jameswright.xyz>

Add CeedOperatorLinearAssemblePointBlockDiagonalSymbolic

58e1cbfd31-Jul-2023 Jeremy L Thompson <jeremy@jeremylt.org>

interface - rename CEED_BASIS_COLLOCATED to CEED_BASIS_NONE

5d4281a829-Aug-2023 James Wright <james@jameswright.xyz>

fixup! fluids: Add DMPlexCeedElemRestriction*Create

1f491d2626-Aug-2023 James Wright <james@jameswright.xyz>

fluids: Document and clarify spanstats restriction creation

- The restriction creation for the spanwise statistics is a pretty
special case, so better name the functions and document what exactl

fluids: Document and clarify spanstats restriction creation

- The restriction creation for the spanwise statistics is a pretty
special case, so better name the functions and document what exactly
it is doing

show more ...

15c1803726-Aug-2023 James Wright <james@jameswright.xyz>

fluids: Add DMPlexCeedElemRestriction*Create

Replaces CreateRestrictionFromPlex and GetRestrictionForDomain

b294860717-Jul-2023 James Wright <james@jameswright.xyz>

fluids: Misc changes to functions

c56e8d5b17-Jul-2023 James Wright <james@jameswright.xyz>

fluids: Rename files with *_NS suffix

06f4131317-Jul-2023 James Wright <james@jameswright.xyz>

fluids: Correct PetscFunction{Return,BeginUser} placement

- Respect the PETSc standard for style (https://petsc.org/release/developers/style/#coding-conventions-and-style)

f3fcf8f417-Jul-2023 James Wright <james@jameswright.xyz>

fluids: Remove misc comments

- Either by inaccuracy of unnecessary

42454ada17-Jul-2023 James Wright <james@jameswright.xyz>

fluids: Make function names in consistent format

- Mainly remove `_` and acronymns with more than 2 letters should
respect CamelCase (ie. `StgFunction` not `STGFunction`)

22c1b34e29-Aug-2023 James Wright <james@jameswright.xyz>

fluids: Fix preloading vector

- Preloading should use Q_preload, not Q. Otherwise the initial
condition for the "actual" solve is changed by the preload step

da4ca0cf25-Aug-2023 James Wright <james@jameswright.xyz>

fluids: Add DMSetupByOrder_* helper function

1...<<1112131415161718192021