History log of /honee/src/setupts.c (Results 101 – 125 of 193)
Revision Date Author Comments
# 71c848e3 18-Jun-2023 James Wright <james@jameswright.xyz>

Add CeedOperatorLinearAssemblePointBlockDiagonalSymbolic


# 58e1cbfd 31-Jul-2023 Jeremy L Thompson <jeremy@jeremylt.org>

interface - rename CEED_BASIS_COLLOCATED to CEED_BASIS_NONE


# b28cdeaf 29-Aug-2023 James Wright <james@jameswright.xyz>

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

fluids: Misc cleanup


# b2948607 17-Jul-2023 James Wright <james@jameswright.xyz>

fluids: Misc changes to functions


# 06f41313 17-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)


# f3fcf8f4 17-Jul-2023 James Wright <james@jameswright.xyz>

fluids: Remove misc comments

- Either by inaccuracy of unnecessary


# 42454ada 17-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`)


# d0d88296 29-Aug-2023 James Wright <james@jameswright.xyz>

Merge pull request #1311 from CEED/jrwrigh/fix-fluids-preload

fluids: Fix preloading vector


# 22c1b34e 29-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


# e4060b17 18-Aug-2023 Jed Brown <jed@jedbrown.org>

Merge pull request #1297 from CEED/jed/fix-fluids-petsc-stage-log

examples/fluids: fix deprecated/dysfunctional PetscLogGetStageLog


# df4304b5 18-Aug-2023 Jed Brown <jed@jedbrown.org>

examples/fluids: fix deprecated/dysfunctional PetscLogGetStageLog

As a result of Toby Isaac's refactoring of the stage/events system in
PETSc (for maintainability and some new features), we need thi

examples/fluids: fix deprecated/dysfunctional PetscLogGetStageLog

As a result of Toby Isaac's refactoring of the stage/events system in
PETSc (for maintainability and some new features), we need this pattern.

show more ...


# b4c37c5c 01-Aug-2023 James Wright <james@jameswright.xyz>

fluids: Add PetscCallCeed


# 76316f62 28-Jun-2023 Jed Brown <jed@jedbrown.org>

Merge pull request #1234 from CEED/jrwrigh/fluids_64int

fluids: Compatability for PETSc w/ 64bit ints


# e1233009 19-Jun-2023 James Wright <james@jameswright.xyz>

fluids: Use 32bit integer for file token

- Also code into the token whether PETSc was coded using 32 or 64 bit
integers


# defe8520 19-Jun-2023 James Wright <james@jameswright.xyz>

fluids: Compatability for PETSc w/ 64bit ints


# 93a8a03e 20-Jun-2023 James Wright <james@jameswright.xyz>

Merge pull request #1237 from CEED/jrwrigh/petsc-success

examples: Use PETSC_SUCCESS in PetscFunctionReturn


# d949ddfc 20-Jun-2023 James Wright <james@jameswright.xyz>

examples: Use PetscFunctionReturn in PETSC_SUCCESS


# 671d8958 19-Jun-2023 James Wright <james@jameswright.xyz>

Merge pull request #1236 from CEED/jrwrigh/fluids_event_log

fluids: Add CeedOperator PetscLogEvents


# 7eedc94c 19-Jun-2023 James Wright <james@jameswright.xyz>

fluids: Add CeedOperator PetscLogEvents

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


# 77ceda2c 19-Jun-2023 James Wright <james@jameswright.xyz>

Merge pull request #1235 from CEED/jrwrigh/fluids_extra_filewrite

fluids: Remove unnecessary state vector write


# c26b555c 19-Jun-2023 James Wright <james@jameswright.xyz>

fluids: Remove unnecessary state vector write


# 0e477d6f 05-Jun-2023 James Wright <james@jameswright.xyz>

Merge pull request #1189 from CEED/jrwrigh/differential_filter

fluids: Add differential filtering capability


# 88b07121 08-Apr-2023 James Wright <james@jameswright.xyz>

fluids: Add differential filtering setup


# 0fd30eea 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


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

fix(fluids): FormSetValues respect pbdiagonal argument

- This would allow for the preconditioner to be an assembled pbdiagonal
matrix, but the Jacobian to be a full AIJ matrix.


12345678