fixed documentation for PetscOptionsXXX that refered to "default value" when they really mean current valuealso fixed usage of PetscOptionsEnum() with regards to current value in several callsRepo
fixed documentation for PetscOptionsXXX that refered to "default value" when they really mean current valuealso fixed usage of PetscOptionsEnum() with regards to current value in several callsReported-by: Ed Bueler <elbueler@alaska.edu>
show more ...
mv struct 'Mat_Redundant' to '_p_Mat’ for simplify codes
bugfix for sbaij: nbs != mbs in some cases, e.g., matgetsubmatrices
add MatSetOption(inmat,MAT_GETROW_UPPERTRIANGULAR,...)
implement MatGetRedundantMatrix_MPISBAIJ() without MatConvert();
add MatGetRedundantMatrix_MPISBAIJ() - via MatConvert & MatGetRedundantMatrix_MPIBAIJ()
add MatGetRedundantMatrix_MPIBAIJ() -- almost same as MatGetRedundantMatrix_MPIAIJ()
added test to manual pages clarifying what row and column Mat blocksize actually meansomeone added them without any regard for how confusing it would be to users
MatGetVecs() and KSPGetVecs() replaced with MatCreateVecs() and KSPCreateVecs()since they are creators not getters
reduce code duplication for MatAXPYGetPreallocation_SeqXXX()
bugfix for MatAXPY_ for mpibaij and mpisbaij
bugfix for MatAXPY_ for seqbaij and seqsbaij
Mat doc: fix mismatches between Mat name and man pageReported-by: Sven Heinrich <s.heinrich@tu-braunschweig.de>
CholmodOrderingMethods is defined but never used, compiler complains
check misssing diagonal for PETSc cholesky symbolic factorization
check misssing diagonal for PETSc icc symbolic factorization; bugfix for MatMarkDiagonal_SeqSBAIJ()
Mat: Fix MatMissingDiagonal_SeqAIJ- diag[] indicates a missing diagonal element by storing the offset of the first column of the next row
Merge branch 'jose/mataxpy-state'* jose/mataxpy-state: MatAXPY_Elemental: increment state Increase object state in MatAXPY for all matrix formats Increase state in MatHeaderReplace
Increase object state in MatAXPY for all matrix formats
doc: fix getpdflabels to count manual chapters correctly.Also fix URLs from man pages to manual.pdf
removed limited support for passing NULL values pointer to MatSetValues() since it was implemented only by AIJ and never used.Now all matrix types generate suitable error when values is null
Merge branch 'barry/donotlogallreducetoself'
Merge branch 'barry/add-names-for-all-ascii-viewers'
Merge branch 'shri/update-SuiteSparse'
Changed --download-umfpack and --download-cholmod to --download-suitesparse in the man docs.
1...<<21222324252627282930>>...69