Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/patch/
H A Dpcpatch.c2282 IS intFacetsIS; in PCPatchPrecomputePatchTensors_Private() local
2326 …all(ISCreateGeneral(PETSC_COMM_SELF, nIntFacets, intFacetsArray, PETSC_USE_POINTER, &intFacetsIS)); in PCPatchPrecomputePatchTensors_Private()
2328 …(interior facets)", patch->usercomputeopintfacet(pc, -1, NULL, vecMat, intFacetsIS, 2 * ndof * nIn… in PCPatchPrecomputePatchTensors_Private()
2329 PetscCall(ISDestroy(&intFacetsIS)); in PCPatchPrecomputePatchTensors_Private()