Searched refs:PCJacobiTypes (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/ksp/pc/impls/jacobi/ |
| H A D | jacobi.c | 50 const char *const PCJacobiTypes[] = {"DIAGONAL", "ROWL1", "ROWMAX", "ROWSUM", "PCJacobiType", "PC_J… variable 438 …_jacobi_type", "How to construct diagonal matrix", "PCJacobiSetType", PCJacobiTypes, (PetscEnum)de… in PCSetFromOptions_Jacobi() 465 …IIPrintf(viewer, " type %s%s%s (l1-norm off-diagonal scaling %e)\n", PCJacobiTypes[type], useAbs … in PCView_Jacobi() 466 …else PetscCall(PetscViewerASCIIPrintf(viewer, " type %s%s%s\n", PCJacobiTypes[type], useAbs ? ", … in PCView_Jacobi()
|
| /petsc/include/ |
| H A D | petscpc.h | 27 PETSC_EXTERN const char *const PCJacobiTypes[]; variable
|