Merge remote-tracking branch 'origin/maint'
Propagate errors from HPDDM into KSPHPDDM
Merge branch 'psanan/aij-createmat-errormessage-fix' into 'maint'Mat: fix error message in MatCreateSubMatrix_SeqAIJSee merge request petsc/petsc!2782
Merge remote-tracking branch 'origin/jolivet/fix-symlink-free' into maint
Minor fixes and improvements* Typos* MatMatSolve() improvements* MatDense[Get|Restore]ColumnF90()* MatKAIJGetScaledIdentity()
Single petscdir.mk
Mat: fix error message in MatCreateSubMatrix_SeqAIJ
Merge branch 'balay/update-MATSOLVERSUPERLU_DIST-doc/maint' into 'maint'superlu_dist: update MATSOLVERSUPERLU_DIST manpage to list METIS_AT_PLUS_A and...See merge request petsc/petsc!2775
superlu_dist: update MATSOLVERSUPERLU_DIST manpage to list METIS_AT_PLUS_A and PARMETIS column permutation optionsReported-by: Yang Liu <liuyangzhuan@lbl.gov>
Revert "enable MatSetOption() for matproduct; Reported by Nourgaliev, Robert Nr <nourgaliev1@llnl.gov>"This reverts commit 0e1ed72ee065c9f36858e956742a5e16988d3676.
MatSetSeqAIJWithArrays: rework the internal routineSet type only if passed or if the already used matrix is not derived from AIJSkip MatAssemblyBegin/End
MatTransposeMatMult_MPIAIJ_MPIDENSE: fix reusage
MatMatMultSymbolic with DENSE output: use MatSetUp instead of SetPreallocationThis way we can preserve the local array if already present
BDDC and MKL_PARDISO: use MatProduct API
MatConvert_AIJ_SBAIJ: fix bug
PetscUnlikelyDebug: add useful macro for conditionals that should be skipped in optimized mode
PetscDefined: remove many uses of #ifdef PETSC_USE_DEBUG
enable MatSetOption() for matproduct; Reported by Nourgaliev, Robert Nr <nourgaliev1@llnl.gov>add MatSetType() in MatProductSetFromOptions_Atype_Btype_Ctype()fix MatSetOption_MPIAIJ for case MAT_US
enable MatSetOption() for matproduct; Reported by Nourgaliev, Robert Nr <nourgaliev1@llnl.gov>add MatSetType() in MatProductSetFromOptions_Atype_Btype_Ctype()fix MatSetOption_MPIAIJ for case MAT_USE_INODES
show more ...
Merge branch 'hzhang/fix-MatProductSetFromOptions-err' into 'master'fix error report in MatProductSetFromOptions_xxxSee merge request petsc/petsc!2723
Add the product type and matrix types for the error report in MatProductSetFromOptions_matA_matB_matC()Requested by Jed Brown
1...<<51525354555657585960>>...265