Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/jacobi/
H A Djacobi.c456 PetscBool useAbs, fixdiag; in PCView_Jacobi() local
461 PetscCall(PCJacobiGetUseAbs(pc, &useAbs)); in PCView_Jacobi()
465 … type %s%s%s (l1-norm off-diagonal scaling %e)\n", PCJacobiTypes[type], useAbs ? ", using absolut… in PCView_Jacobi()
466 …else PetscCall(PetscViewerASCIIPrintf(viewer, " type %s%s%s\n", PCJacobiTypes[type], useAbs ? ", … in PCView_Jacobi()