Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/patch/
H A Dpcpatch.c2070 PetscInt *facetDofs = NULL, *facetDofsWithAll = NULL; in PCPatchComputeOperator_Internal() local
2087 …rayWithAll) PetscCall(PetscMalloc1(2 * patch->totalDofsPerCell * numIntFacets, &facetDofsWithAll)); in PCPatchComputeOperator_Internal()
2128 …if (dofsArrayWithAll) facetDofsWithAll[idx] = dofsArrayWithAll[(offset + cell) * patch->totalDofsP… in PCPatchComputeOperator_Internal()
2134 …at, facetIS, 2 * numIntFacets * patch->totalDofsPerCell, facetDofs, facetDofsWithAll, patch->userc… in PCPatchComputeOperator_Internal()
2140 PetscCall(PetscFree(facetDofsWithAll)); in PCPatchComputeOperator_Internal()