Skip to content
Snippets Groups Projects
Commit 6e727c65 authored by wenqing's avatar wenqing
Browse files

Change DIAGONAL to diagonal in the comments of PETScMatrixOption

parent b92cbd07
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment