Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/jacobi/
H A Djacobi.c68 static PetscErrorCode PCJacobiSetType_Jacobi(PC pc, PCJacobiType type) in PCJacobiSetType_Jacobi() function
550 …PetscCall(PetscObjectComposeFunction((PetscObject)pc, "PCJacobiSetType_C", PCJacobiSetType_Jacobi)… in PCCreate_Jacobi()