Fix -Wundef
Merge remote-tracking branch 'origin/release'
remove MatSetValuesDevice
MATSOLVERPASTIX: disable fpe trapping
MATSOLVERMUMPS: disable fpe during solves
MatILUFactorSymbolic_SeqAIJKokkos: fix division by zero
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
MATSOLVERMUMPS: support virtual matrices in MUMPS + NEST
clear warnings
MATMUMPS: add support for MATNEST
MatMPIAIJGetNumberNonzeros: fix interface call
Fix PetscCallMPI(MPI_Allreduce()) with PETSc types
Fix documentation
Format the ftn-custom files with clang-format. Apparently no particular reason we did not format them initially
Handle cached values in MatMumpsGetIcntl()
Remove MATSOLVERSPARSELEMENTAL-pc_factor_mat_solver_type sparseelemental causes segmentation faults, has been unsupported for many years, and there is no interest in anyone supporting or developing
Remove MATSOLVERSPARSELEMENTAL-pc_factor_mat_solver_type sparseelemental causes segmentation faults, has been unsupported for many years, and there is no interest in anyone supporting or developing the code
show more ...
Merge branch 'jolivet/fix-Wzero-as-null-pointer-constant-ci' into 'release'Fix -Wzero-as-null-pointer-constantSee merge request petsc/petsc!6294
Remove redundant call after PetscOptionsDeprecated()
Fix -Wzero-as-null-pointer-constant + El warnings
superlu_dist: change option name from -mat_superlu_dist_statprint to -mat_superlu_dist_printstatSince we have -mat_superlu_printstat and superlu_dist does use options->PrintStat
1...<<21222324252627282930>>...265