Lines Matching refs:reuse

529 static PetscErrorCode MatTranspose_Elemental(Mat A, MatReuse reuse, Mat *B)  in MatTranspose_Elemental()  argument
536 if (reuse == MAT_REUSE_MATRIX) PetscCall(MatTransposeCheckNonzeroState_Private(A, *B)); in MatTranspose_Elemental()
539 PetscCheck(reuse != MAT_INPLACE_MATRIX, comm, PETSC_ERR_SUP, "Only out-of-place supported"); in MatTranspose_Elemental()
540 if (reuse == MAT_INITIAL_MATRIX) { in MatTranspose_Elemental()
562 static PetscErrorCode MatHermitianTranspose_Elemental(Mat A, MatReuse reuse, Mat *B) in MatHermitianTranspose_Elemental() argument
571 if (reuse == MAT_INITIAL_MATRIX) { in MatHermitianTranspose_Elemental()
835 static PetscErrorCode MatConvert_Elemental_Dense(Mat A, MatType, MatReuse reuse, Mat *B) in MatConvert_Elemental_Dense() argument
849 if (reuse == MAT_REUSE_MATRIX) { in MatConvert_Elemental_Dense()
900 if (reuse == MAT_INPLACE_MATRIX) { in MatConvert_Elemental_Dense()
910 PETSC_INTERN PetscErrorCode MatConvert_SeqAIJ_Elemental(Mat A, MatType, MatReuse reuse, Mat *newmat) in MatConvert_SeqAIJ_Elemental() argument
918 if (reuse == MAT_REUSE_MATRIX) { in MatConvert_SeqAIJ_Elemental()
936 if (reuse == MAT_INPLACE_MATRIX) { in MatConvert_SeqAIJ_Elemental()
944 PETSC_INTERN PetscErrorCode MatConvert_MPIAIJ_Elemental(Mat A, MatType, MatReuse reuse, Mat *newmat) in MatConvert_MPIAIJ_Elemental() argument
952 if (reuse == MAT_REUSE_MATRIX) { in MatConvert_MPIAIJ_Elemental()
972 if (reuse == MAT_INPLACE_MATRIX) { in MatConvert_MPIAIJ_Elemental()
980 PETSC_INTERN PetscErrorCode MatConvert_SeqSBAIJ_Elemental(Mat A, MatType, MatReuse reuse, Mat *newm… in MatConvert_SeqSBAIJ_Elemental() argument
988 if (reuse == MAT_REUSE_MATRIX) { in MatConvert_SeqSBAIJ_Elemental()
1014 if (reuse == MAT_INPLACE_MATRIX) { in MatConvert_SeqSBAIJ_Elemental()
1022 PETSC_INTERN PetscErrorCode MatConvert_MPISBAIJ_Elemental(Mat A, MatType, MatReuse reuse, Mat *newm… in MatConvert_MPISBAIJ_Elemental() argument
1030 if (reuse == MAT_REUSE_MATRIX) { in MatConvert_MPISBAIJ_Elemental()
1056 if (reuse == MAT_INPLACE_MATRIX) { in MatConvert_MPISBAIJ_Elemental()