Merge branch 'maint'
Copy & paste the change on PetscSparseDensePlusDot
Merge branch 'balay/fix-uni-ex/maint'
CHOLMOD supports -pc_type cholesky not -pc_type luCommit-type: documentationReported-by: Lin Bo Peter <linbopeter@163.com>Development Tools: Vim, Emacs, Eclipse
Man pages: add newlines after "Notes:"This allows for proper formatting from sowing.On OS X (using gsed, not the default BSD sed), from the PETSc root directory: find src include -type f \(
Man pages: add newlines after "Notes:"This allows for proper formatting from sowing.On OS X (using gsed, not the default BSD sed), from the PETSc root directory: find src include -type f \( -name "*.c" -or -name "*.h" -or -name "*.cxx" \) | xargs gsed -i 's/Notes\s*:\s*\(\w.*\)/Notes:\n \1/'This adds a newline and 4 spaces whenever "Notes:" is followed by any "word" character, in any .c, .h, or .cxx file in src/ or include/
show more ...
Fixes to enable use of PetscSparseDensePlusDot_AVX512_Private().Moved PetscSparseDensePlusDot_AVX512_Private to aij.h.Ensured that sbaij/seq/relax.h does not invoke this function in unsigned short
Fixes to enable use of PetscSparseDensePlusDot_AVX512_Private().Moved PetscSparseDensePlusDot_AVX512_Private to aij.h.Ensured that sbaij/seq/relax.h does not invoke this function in unsigned short case.
change MatSolverType to be a const char* typedef to match other XXTypeCommit-type: style-fixReported-by: Franck Houssen <franck.houssen@inria.fr>
Fix name MatSolverPackage since it is better to be consistent and use the terminology Type.Commit-type: style-fix, documentation
fix terrible name for routines that view the info level of matrixResulted in links from MatFactorInfo to MatFactorInfo_XXX() which are really unrelated routinesCommit-type: documentation
check mat->hermitian for MAT_FACTOR_CHOLESKY and ftype == MAT_FACTOR_ICC in MatGetFactor()cleanup src/mat/examples/tests/ex127.c
rm checking symm for Cholesky||ICC from MatGetFactor_seqaij_petsc; small cleanup src/ksp/ksp/examples/tutorials/ex10.c
Merge remote-tracking branch 'origin/barry/fix-const-matdiagonalscale'
MatCopy implementations need to update the state since values have changedCommit-type: bug-fixDevelopment Tools: Vim, Emacs, Eclipse
Change MatDiagonalScale() implementations to use VecGetArrayRead() instead of VecGetArray()Commit-type: bug-fixTime: .2 hours
Merge branch 'stefano_zampini/feature-improvematfactorschur'
add 'structure_only' to seqbaij matrices -- MatView() does not work yet
MatSBAIJ: fix for non-complex builds
fix duplicate definitions warned by -Wredundant-declsAlso a bugfix? BLASdotu_ -> dotuReported-by: Till Martens <till.martens@dlr.de>
rename MatGetSubMat -> MatCreateSubMat
add MatDestroySubMatrices(); bugfix
bugfix for MatCreateRedundantMatrix(), MatCreateMPIMatConcatenateSeqMat()
Fixup more F90 interface definitions for usersTime: .15 hoursReported-by: Manuel Valera <mvalera@mail.sdsu.edu>
Add MatSeqSBAIJGetArray() and MatSeqSBAIJRestoreArray()Interestingly the private functions for SABIJ where already in the source codeTime: .15 hoursReported-by: Eric Chamberland <Eric.Chamberland
Add MatSeqSBAIJGetArray() and MatSeqSBAIJRestoreArray()Interestingly the private functions for SABIJ where already in the source codeTime: .15 hoursReported-by: Eric Chamberland <Eric.Chamberland@giref.ulaval.ca>
Removed use of PETSC_NULL in a couple places that got overlooked in last commitReported-by: nightly tests
Merge branch 'barry/remove-funct'
1...<<11121314151617181920>>...53