Searched refs:facetDofsWithAll (Results 1 – 1 of 1) sorted by relevance
2070 PetscInt *facetDofs = NULL, *facetDofsWithAll = NULL; in PCPatchComputeOperator_Internal() local2087 …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()