Lines Matching refs:call
15 MatCreateSubMatrix(Mat A,IS rows,IS cols,MatReuse call,Mat *B);
19 `B`. If call is `MAT_INITIAL_MATRIX` it will create the matrix
20 `B`. If call is `MAT_REUSE_MATRIX` it will reuse the `B` created
21 with a previous call. This function is used internally by `PCFIELDSPLIT`.
26 MatCreateSubMatrices(Mat A,PetscInt n,IS rows[],IS cols[],MatReuse call,Mat *B[]);
30 sequential matrices `B[k]` on this process. If call is `MAT_INITIAL_MATRIX` it will create the arra…
31 `B`. If call is `MAT_REUSE_MATRIX` it will reuse the `B` created
32 with a previous call. The `IS` arguments are sequential. The array of matrices should be destroyed …
39 MatCreateSubMatricesMPI(Mat A,PetscInt n,IS rows[],IS cols[],MatReuse call,Mat *B[]);
198 Why provide the plain `XXXFactor` routines when one could simply call
212 `MatGetOrdering(Mat A,MatOrdering type,IS *row,IS *col)` one may call