Searched refs:MatSetFactorType (Results 1 – 3 of 3) sorted by relevance
742 PetscCall(MatSetFactorType(J_local, MAT_FACTOR_NONE)); in MatLMVMDBFGSUpdateMultData()1168 PetscCall(MatSetFactorType(J_local, MAT_FACTOR_NONE)); in MatLMVMDDFPUpdateSolveData()
220 PETSC_EXTERN PetscErrorCode MatSetFactorType(Mat, MatFactorType);
3016 PetscErrorCode MatSetFactorType(Mat mat, MatFactorType t) in MatSetFactorType() function