History log of /honee/src/ (Results 126 – 150 of 507)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
15747f0f23-Nov-2024 James Wright <james@jameswright.xyz>

refactor: Minor tidying up

c500636f23-Nov-2024 James Wright <james@jameswright.xyz>

refactor: Move output_dir creation to CLOptions

No need to have this clutter up the top domain level

5907cb7e23-Nov-2024 James Wright <james@jameswright.xyz>

refactor: Remove RegisterProblems_NS from global namespace

Just call the function when we go to process CL arguments

bb4806ca23-Nov-2024 James Wright <james@jameswright.xyz>

fix(mass): Don't iterate `vec_length` in qfcreation

- `vec_length` doesn't actually do anything anymore, so it should be set
to 1

64dd23fe23-Nov-2024 James Wright <james@jameswright.xyz>

refactor: Move and rename CreateMassQFunction

d114cded16-Nov-2024 James Wright <james@jameswright.xyz>

feat: Add HoneeLoadInitialCondition()

481d14cb17-Nov-2024 James Wright <james@jameswright.xyz>

refactor: Remove -continue, add use_continue_file internally

2136baaa17-Nov-2024 James Wright <james@jameswright.xyz>

refactor: -continue_filename has no default value

ea2beb2d16-Nov-2024 James Wright <james@jameswright.xyz>

refactor: Remove -continue_time_filename option

d85b32c912-Nov-2024 James Wright <james@jameswright.xyz>

feat(file): Add HoneeCheckFilenameExtension()

519781ae26-Oct-2024 James Wright <james@jameswright.xyz>

fix: Destroy Ceed objects due to libCEED #1702

67aa9f9121-Oct-2024 James Wright <james@jameswright.xyz>

fix(matceed): Use new context destroy function signature

See petsc!7900 and !7960

01e19bfa12-Oct-2024 James Wright <james@jameswright.xyz>

style: Use CeedOperatorFieldGetData

fff85bd312-Oct-2024 James Wright <james@jameswright.xyz>

fix: Destroy objects from CeedOperatorFieldGet*

e3663b9010-Oct-2024 James Wright <james@jameswright.xyz>

chore: Move CeedData into Honee

0c373b7417-Jul-2024 James Wright <james@jameswright.xyz>

refactor: Change User -> Honee

e8ff198705-Sep-2024 James Wright <james@jameswright.xyz>

feat(matceed): Add MATOP_GET_{,V}BLOCK_DIAGONAL

Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org>

7ebcd9b005-Sep-2024 James Wright <james@jameswright.xyz>

feat(matceed): Add vpb/pb assembly messages to MatView

6a2410b622-Sep-2024 James Wright <james@jameswright.xyz>

fix(dm_utils): Handle labels without points

ddb7a64119-Sep-2024 James Wright <james@jameswright.xyz>

fix: Use PetscCount for SegBuffer sizes

Changed in PETSc !7806

3bbbcc0418-Sep-2024 James Wright <james@jameswright.xyz>

fix: PetscMPIInt used for PetscSF functions

dfdd2b9216-Sep-2024 James Wright <james@jameswright.xyz>

fix(matceed): Clean up View formatting

9ff5136805-Sep-2024 James Wright <james@jameswright.xyz>

feat: Add PCBJACOBI to MATCEED-compatible PCs

c1bdbf0005-Sep-2024 James Wright <james@jameswright.xyz>

fix(matceed): Correct MatGetDiagonalBlock implementation

MatGetDiagonalBlock does not return the diagonal block of the with
respect to `MatGetBlockSize`, but rather just returns the
diagonal-portion

fix(matceed): Correct MatGetDiagonalBlock implementation

MatGetDiagonalBlock does not return the diagonal block of the with
respect to `MatGetBlockSize`, but rather just returns the
diagonal-portion of the global matrix resident on the current process.

show more ...

537ec90805-Sep-2024 James Wright <james@jameswright.xyz>

sync(matceed): Sync with Ratel

12345678910>>...21