Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscpctypes.h104 #define PC_SIDE_MAX (PC_SYMMETRIC + 1) macro
/petsc/include/petsc/private/
H A Dkspimpl.h95 …PetscInt normsupporttable[KSP_NORM_MAX][PC_SIDE_MAX]; /* Table of supported norms and pc_side, see…
/petsc/src/ksp/ksp/interface/
H A Ditcreate.c409 for (j = 0; j < PC_SIDE_MAX; j++) { in KSPSetUpNorms_Private()