MATSOLVERMUMPS: minor cleanup
Merge remote-tracking branch 'origin/release'
Merge branch 'barry/2023-05-26/allow-mpiaij-32bit-large-nz' into 'main'Allow viewing and loading MATMPIAIJ matrices with a total number of nonzeros greater than PETSC_INT_MAXSee merge request pet
Merge branch 'barry/2023-05-26/allow-mpiaij-32bit-large-nz' into 'main'Allow viewing and loading MATMPIAIJ matrices with a total number of nonzeros greater than PETSC_INT_MAXSee merge request petsc/petsc!6514
show more ...
Merge branch 'jolivet/fix-typos' into 'release'Fix typosSee merge request petsc/petsc!6533
Fix typos
Allow creating MPIAIJ matrices with a larger number of nonzeros than can fit in a count of a 32 bit integer, so long as each brank has a small enough number
Don't use PetscMemcpy() or PetscArraycpy() to copy the ops struct
change to consistent use of ch_xxx for chapter names in the docs, instead of a mix of ch_xx and chapter_xx
Merge branch 'barry/2023-05-01/add-superlu-dist-mixed-precision' into 'main'Add support for using SuperLU_DIST in single precision from PETSc in double precisionSee merge request petsc/petsc!6402
Add support for using SuperLU_DIST in single precision from PETSc in double precision-pc_precision single (don't use an options prefix here even if the PC has such a prefix)Commit-type: featureR
Add support for using SuperLU_DIST in single precision from PETSc in double precision-pc_precision single (don't use an options prefix here even if the PC has such a prefix)Commit-type: featureReported-by: Jin Chen <jchen@pppl.gov>Thanks-to: "Xiaoye S. Li" <xsli@lbl.gov>
Mat: duplicate COO info in MatDuplicate, but do reference counting to save memoryThanks to Maxime Bouyges <maxime.bouyges@gmail.com> for feature requests.
Kokkos: do not do unnecessary Kokkos View initializationBy default, Kokkos Views are init'ed, so we add explicit args to not initialize them.
Merge branch 'stefanozampini/h2opus-dmdakokkos' into 'main'Add support for KOKKOS in H2OPUSSee merge request petsc/petsc!6408
Merge branch 'jolivet/fix-Wundef' into 'release'Fix -WundefSee merge request petsc/petsc!6458
MatFDColoringApply_AIJ: fix for device matrices
Fix -Wundef
remove MatSetValuesDevice
MATSOLVERPASTIX: disable fpe trapping
MATSOLVERMUMPS: disable fpe during solves
PCFactor: throw away temporary factored matrix when getting default orderingFixes the caseKSPSetOperators(ksp,A,B)KSPSetFromOptions(ksp)KSPSetOperators(ksp,A,C)KSPSetUp(ksp)
MatGetFactor: support returning NULLThis is only for those combinations that cannot be checked if not at runtime
1...<<11121314151617181920>>...152