MATSOLVERMUMPS: support virtual matrices in MUMPS + NEST
clear warnings
MATMUMPS: add support for MATNEST
Merge remote-tracking branch 'origin/release'
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
Fix some documentation and typos
petsc api to get null pivot rows from mumps
More manual page fixes
non-test and tutorial makefiles only need rules.doc not the full rulesCommit-type: documentation
Only makefiles in the test and tutorial directories need lib/petsc/conf/testCommit-type: housekeeping
Merge branch 'barry/2023-03-15/fix-matview-mpiaij-large-int' into 'main'Check that entire sparse matrix number of nonzeros fits within PetscInt for MatView_MPI[X]AIJSee merge request petsc/petsc
Merge branch 'barry/2023-03-15/fix-matview-mpiaij-large-int' into 'main'Check that entire sparse matrix number of nonzeros fits within PetscInt for MatView_MPI[X]AIJSee merge request petsc/petsc!6191
Fix manual pages based on reports from Jacob's lint toolCommit-type: documentation
Check that entire sparse matrix number of nonzeros fits within the given PetscIntThis is a no-op in 64 bit integersCommit-type: error checkingReported-by: Jin Chen <jchen@pppl.gov>
1...<<11121314151617181920>>...152