Searched refs:MatFactorRestoreSchurComplement (Results 1 – 6 of 6) sorted by relevance
| /petsc/src/mat/tests/ |
| H A D | ex192.c | 195 PetscCall(MatFactorRestoreSchurComplement(F, &S, MAT_FACTOR_SCHUR_UNFACTORED)); in main()
|
| /petsc/src/ksp/pc/impls/bddc/ |
| H A D | bddcschurs.c | 1235 PetscCall(MatFactorRestoreSchurComplement(F, &S_all, MAT_FACTOR_SCHUR_UNFACTORED)); in PCBDDCSubSchursSetUp() 1571 … if (solver_S) PetscCall(MatFactorRestoreSchurComplement(F, &S_all, MAT_FACTOR_SCHUR_UNFACTORED)); in PCBDDCSubSchursSetUp() 1584 PetscCall(MatFactorRestoreSchurComplement(F, &St, st)); in PCBDDCSubSchursSetUp() 1866 PetscCall(MatFactorRestoreSchurComplement(F, &S_all_inv, MAT_FACTOR_SCHUR_FACTORED)); in PCBDDCSubSchursSetUp() 1868 PetscCall(MatFactorRestoreSchurComplement(F, &S_all_inv, MAT_FACTOR_SCHUR_INVERTED)); in PCBDDCSubSchursSetUp() 1904 PetscCall(MatFactorRestoreSchurComplement(F, &S_tmp, MAT_FACTOR_SCHUR_FACTORED)); in PCBDDCSubSchursSetUp() 1921 PetscCall(MatFactorRestoreSchurComplement(F, &S_all, MAT_FACTOR_SCHUR_UNFACTORED)); in PCBDDCSubSchursSetUp()
|
| /petsc/src/mat/impls/aij/seq/mkl_pardiso/ |
| H A D | mkl_pardiso.c | 281 PetscCall(MatFactorRestoreSchurComplement(F, &S, schurstatus)); in MatMKLPardisoSolveSchur_Private() 603 PetscCall(MatFactorRestoreSchurComplement(F, NULL, MAT_FACTOR_SCHUR_UNFACTORED)); in MatFactorNumeric_MKL_PARDISO()
|
| /petsc/include/ |
| H A D | petscmat.h | 1581 PETSC_EXTERN PetscErrorCode MatFactorRestoreSchurComplement(Mat, Mat *, MatFactorSchurStatus);
|
| /petsc/src/mat/impls/aij/mpi/mumps/ |
| H A D | mumps.c | 725 PetscCall(MatFactorRestoreSchurComplement(F, &S, schurstatus)); in MatMumpsSolveSchur_Private() 2562 PetscCall(MatFactorRestoreSchurComplement(F, NULL, MAT_FACTOR_SCHUR_UNFACTORED)); in MatFactorNumeric_MUMPS()
|
| /petsc/src/mat/interface/ |
| H A D | matrix.c | 9888 PetscErrorCode MatFactorRestoreSchurComplement(Mat F, Mat *S, MatFactorSchurStatus status) in MatFactorRestoreSchurComplement() function
|