Searched refs:exotic (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/ksp/pc/impls/wb/ |
| H A D | wb.c | 17 static PetscErrorCode DMDAGetWireBasketInterpolation(PC pc, DM da, PC_Exotic *exotic, Mat Aglobal, … in DMDAGetWireBasketInterpolation() argument 183 if (exotic->directSolve) { in DMDAGetWireBasketInterpolation() 201 PetscCall(KSPSetOperators(exotic->ksp, Aii, Aii)); in DMDAGetWireBasketInterpolation() 205 PetscCall(KSPSolve(exotic->ksp, b, x)); in DMDAGetWireBasketInterpolation() 206 PetscCall(KSPCheckSolve(exotic->ksp, pc, x)); in DMDAGetWireBasketInterpolation() 365 static PetscErrorCode DMDAGetFaceInterpolation(PC pc, DM da, PC_Exotic *exotic, Mat Aglobal, MatReu… in DMDAGetFaceInterpolation() argument 505 if (exotic->directSolve) { in DMDAGetFaceInterpolation() 523 PetscCall(KSPSetOperators(exotic->ksp, Aii, Aii)); in DMDAGetFaceInterpolation() 527 PetscCall(KSPSolve(exotic->ksp, b, x)); in DMDAGetFaceInterpolation() 528 PetscCall(KSPCheckSolve(exotic->ksp, pc, x)); in DMDAGetFaceInterpolation()
|
| /petsc/src/ksp/ksp/tutorials/output/ |
| H A D | ex2_help.out | 270 …fieldsplit mpi kaczmarz jacobi telescope redundant cp shell galerkin ilu exotic gasm gamg none lmv…
|