Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/sor/ !
H A Dsor.c140 static PetscErrorCode PCSORSetIterations_SOR(PC pc, PetscInt its, PetscInt lits) in PCSORSetIterations_SOR() function
450 …cCall(PetscObjectComposeFunction((PetscObject)pc, "PCSORSetIterations_C", PCSORSetIterations_SOR)); in PCCreate_SOR()