Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/patch/
H A Dpcpatch.c53 PetscBool shouldIgnore = PETSC_FALSE; in PCPatchConstruct_Vanka() local
62 shouldIgnore = PETSC_TRUE; in PCPatchConstruct_Vanka()
80 if (shouldIgnore && newpoint >= iStart && newpoint < iEnd) continue; in PCPatchConstruct_Vanka()