Searched refs:MatForwardSolve (Results 1 – 18 of 18) sorted by relevance
| /petsc/src/mat/tests/output/ |
| H A D | ex263_1.out | 2 Test MatForwardSolve...
|
| H A D | ex128_2.out | 2 Test MatForwardSolve...
|
| H A D | ex263_2.out | 2 Test MatForwardSolve...
|
| H A D | ex30_3.out | 3 Test MatForwardSolve...
|
| H A D | ex30_8.out | 2 Test MatForwardSolve...
|
| /petsc/src/mat/tests/ |
| H A D | ex30.c | 126 PetscCall(MatForwardSolve(A, b, ytmp)); in main() 181 PetscCall(MatForwardSolve(A, b, ytmp)); in main()
|
| H A D | ex128.c | 99 PetscCall(MatForwardSolve(sA, b, ytmp)); in main()
|
| H A D | ex263.c | 100 PetscCall(MatForwardSolve(F, b, ytmp)); in main()
|
| H A D | ex48.c | 167 PetscCall(MatForwardSolve(Fact, yy, xx)); in main()
|
| H A D | ex74.c | 327 PetscCall(MatForwardSolve(sFactor, b, s1)); in main()
|
| /petsc/src/ksp/pc/impls/factor/cholesky/ |
| H A D | cholesky.c | 208 PetscCall(MatForwardSolve(pc->pmat, x, y)); in PCApplySymmetricLeft_Cholesky() 210 PetscCall(MatForwardSolve(((PC_Factor *)dir)->fact, x, y)); in PCApplySymmetricLeft_Cholesky()
|
| /petsc/src/ksp/pc/impls/factor/icc/ |
| H A D | icc.c | 111 PetscCall(MatForwardSolve(((PC_Factor *)icc)->fact, x, y)); in PCApplySymmetricLeft_ICC()
|
| /petsc/src/ksp/pc/impls/factor/ilu/ |
| H A D | ilu.c | 233 PetscCall(MatForwardSolve(((PC_Factor *)icc)->fact, x, y)); in PCApplySymmetricLeft_ILU()
|
| /petsc/doc/changes/ |
| H A D | 321.md | 98 - Add partial support for `MatBackwardSolve()`/`MatForwardSolve()` with `MATSOLVERMKL_PARDISO` and …
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscmat.pxi | 487 PetscErrorCode MatForwardSolve(PetscMat, PetscVec, PetscVec)
|
| H A D | Mat.pyx | 5460 petsc.MatForwardSolve 5463 CHKERR(MatForwardSolve(self.mat, b.vec, x.vec))
|
| /petsc/include/ |
| H A D | petscmat.h | 1566 PETSC_EXTERN PetscErrorCode MatForwardSolve(Mat, Vec, Vec);
|
| /petsc/src/mat/interface/ |
| H A D | matrix.c | 3890 PetscErrorCode MatForwardSolve(Mat mat, Vec b, Vec x) in MatForwardSolve() function
|