diff --git a/MathLib/LinAlg/PETSc/PETScMatrixOption.h b/MathLib/LinAlg/PETSc/PETScMatrixOption.h index 1b56c139b89106582396fbd636310063d244e082..fb990cfb96eaebbd60fccd83d3849a798a3229eb 100644 --- a/MathLib/LinAlg/PETSc/PETScMatrixOption.h +++ b/MathLib/LinAlg/PETSc/PETScMatrixOption.h @@ -40,13 +40,13 @@ struct PETScMatrixOption PetscInt _n_local_cols; /*! - \brief Number of nonzeros per row in DIAGONAL portion of local submatrix + \brief Number of nonzeros per row in the diagonal portion of local submatrix (same value is used for all local rows), the default is PETSC_DECIDE */ PetscInt _d_nz; /*! - \brief Number of nonzeros per row in the OFF-DIAGONAL portion of local submatrix + \brief Number of nonzeros per row in the off-diagonal portion of local submatrix (same value is used for all local rows), the default is PETSC_DECIDE */ PetscInt _o_nz;