Mat: add ops for zerorowscolumnslocal
Merge remote-tracking branch 'origin/release'
Docs: fix parameters of MatGetRowIJ()
Clarify the dimension of the array of values arguments for MatXXXValuesYYY.Reported-by: Glenn Hammond
Remove unnecessary braces around one-linersgit grep -lE "[ ]*(if|for|while) \(.*\) {[^;]*;[^;]*}$" -- '*.c' '*.cxx' '*.cu' '*.h' '*.hpp' '*.cpp' | xargs sed -i '' -E 's#([ ]*)(if|for|while) \((.*)\
Remove unnecessary braces around one-linersgit grep -lE "[ ]*(if|for|while) \(.*\) {[^;]*;[^;]*}$" -- '*.c' '*.cxx' '*.cu' '*.h' '*.hpp' '*.cpp' | xargs sed -i '' -E 's#([ ]*)(if|for|while) \((.*)\) {([^;]*);([^;]*)}$#\1\2 \(\3\)\4;\5#'
show more ...
missing "s" for isascii and issundials
Merge branch 'lindad/hypre-control-through-pmat' into 'main'Change hypre PC option defaults based on hypre matrix memory locationSee merge request petsc/petsc!8505
Make MatGetCurrentMemType first class API
docs: MatSetValuesLocal addv option correction
Update MatNullSpaceGetVecs() for correct modern usage from Fortran
Merge branch 'release'
Fixed doc for params of MatSetValues to match order of params in func signature
Mat: Propagate variable block sizes to submatrices
Add some typedef XXXFn that currently use the prototypeAdd MatNullSpaceRemoveFn
docs: update KSPGMRESSetPreAllocateVectors() and its usefulness
Fix Fortran docs for visible Fortran derived type like PetscSFNode
Remove the last of the uses of $ in the first line of formatted manual pages
Do not expose unneeded symbols
Remove unneeded variable and functions
Mat: Add hooks in MatSetOptionsPrefix() and MatAppendOptionsPrefix() for specialization
Mat: Improve the usability of constantdiagonal and diagonal matricesMat_ConstantDiagonal: Add MatConstantDiagonalGetConstant() and implement conjugate and transposeMat_Diagonal: Add missing setra
Mat: Improve the usability of constantdiagonal and diagonal matricesMat_ConstantDiagonal: Add MatConstantDiagonalGetConstant() and implement conjugate and transposeMat_Diagonal: Add missing setrandom, conjugate, and transpose methodsMatView: Don't print MatInfo for constantdiagonal or diagonal matrices
12345678910>>...111