| 15747f0f | 23-Nov-2024 |
James Wright <james@jameswright.xyz> |
refactor: Minor tidying up |
| c500636f | 23-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 |
| 5907cb7e | 23-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 |
| bb4806ca | 23-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 |
| 64dd23fe | 23-Nov-2024 |
James Wright <james@jameswright.xyz> |
refactor: Move and rename CreateMassQFunction |
| d114cded | 16-Nov-2024 |
James Wright <james@jameswright.xyz> |
feat: Add HoneeLoadInitialCondition() |
| 481d14cb | 17-Nov-2024 |
James Wright <james@jameswright.xyz> |
refactor: Remove -continue, add use_continue_file internally |
| 2136baaa | 17-Nov-2024 |
James Wright <james@jameswright.xyz> |
refactor: -continue_filename has no default value |
| ea2beb2d | 16-Nov-2024 |
James Wright <james@jameswright.xyz> |
refactor: Remove -continue_time_filename option |
| d85b32c9 | 12-Nov-2024 |
James Wright <james@jameswright.xyz> |
feat(file): Add HoneeCheckFilenameExtension() |
| 519781ae | 26-Oct-2024 |
James Wright <james@jameswright.xyz> |
fix: Destroy Ceed objects due to libCEED #1702 |
| 67aa9f91 | 21-Oct-2024 |
James Wright <james@jameswright.xyz> |
fix(matceed): Use new context destroy function signature
See petsc!7900 and !7960 |
| 01e19bfa | 12-Oct-2024 |
James Wright <james@jameswright.xyz> |
style: Use CeedOperatorFieldGetData |
| fff85bd3 | 12-Oct-2024 |
James Wright <james@jameswright.xyz> |
fix: Destroy objects from CeedOperatorFieldGet* |
| e3663b90 | 10-Oct-2024 |
James Wright <james@jameswright.xyz> |
chore: Move CeedData into Honee |
| 0c373b74 | 17-Jul-2024 |
James Wright <james@jameswright.xyz> |
refactor: Change User -> Honee |
| e8ff1987 | 05-Sep-2024 |
James Wright <james@jameswright.xyz> |
feat(matceed): Add MATOP_GET_{,V}BLOCK_DIAGONAL
Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org> |
| 7ebcd9b0 | 05-Sep-2024 |
James Wright <james@jameswright.xyz> |
feat(matceed): Add vpb/pb assembly messages to MatView |
| 6a2410b6 | 22-Sep-2024 |
James Wright <james@jameswright.xyz> |
fix(dm_utils): Handle labels without points |
| ddb7a641 | 19-Sep-2024 |
James Wright <james@jameswright.xyz> |
fix: Use PetscCount for SegBuffer sizes
Changed in PETSc !7806 |
| 3bbbcc04 | 18-Sep-2024 |
James Wright <james@jameswright.xyz> |
fix: PetscMPIInt used for PetscSF functions |
| dfdd2b92 | 16-Sep-2024 |
James Wright <james@jameswright.xyz> |
fix(matceed): Clean up View formatting |
| 9ff51368 | 05-Sep-2024 |
James Wright <james@jameswright.xyz> |
feat: Add PCBJACOBI to MATCEED-compatible PCs |
| c1bdbf00 | 05-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 ...
|
| 537ec908 | 05-Sep-2024 |
James Wright <james@jameswright.xyz> |
sync(matceed): Sync with Ratel |