Home
last modified time | relevance | path

Searched refs:PCMPISolve (Results 1 – 1 of 1) sorted by relevance

/petsc/src/ksp/pc/impls/mpi/
H A Dpcmpi.c384 static PetscErrorCode PCMPISolve(PC pc, Vec B, Vec X) in PCMPISolve() function
638 PetscCall(PCMPISolve(NULL, NULL, NULL)); in PCMPIServerBegin()
865 PetscCall(PCMPISolve(pc, b, x)); in PCApply_MPI()