Home
last modified time | relevance | path

Searched defs:diagsqrt (Results 1 – 1 of 1) sorted by relevance

/petsc/src/ksp/pc/impls/jacobi/
H A Djacobi.c57 Vec diagsqrt; /* vector containing the reciprocals of the square roots of member
144 static PetscErrorCode PCJacobiGetDiagonal_Jacobi(PC pc, Vec diag, Vec diagsqrt) in PCJacobiGetDiagonal_Jacobi()
175 Vec diag, diagsqrt; in PCSetUp_Jacobi() local