Notes: By default if you insert values into the lower triangular part of the matrix they are simply ignored (since they are not stored and it is assumed they symmetric to the upper triangular). If you call MatSetOption(Mat,MAT_IGNORE_LOWER_TRIANGULAR,PETSC_FALSE) or use the options database -mat_ignore_lower_triangular false it will generate an error if you try to set a value in the lower triangular portion.
.seealso: MatCreateSeqSBAIJ
Level:beginner
Location:src/mat/impls/sbaij/seq/sbaij.c
Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages