Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/jacobi/
H A Djacobi.c66 static PetscErrorCode PCReset_Jacobi(PC);
76 PetscCall(PCReset_Jacobi(pc)); in PCJacobiSetType_Jacobi()
387 static PetscErrorCode PCReset_Jacobi(PC pc) in PCReset_Jacobi() function
411 PetscCall(PCReset_Jacobi(pc)); in PCDestroy_Jacobi()
542 pc->ops->reset = PCReset_Jacobi; in PCCreate_Jacobi()