Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/patch/
H A Dpcpatch.c2089 PetscInt nFacetDof = 2 * patch->totalDofsPerCell; in PCPatchComputeOperator_Internal() local
2096 …elementTensors + patch->precomputedIntFacetTensorLocations[facet - fStart] * nFacetDof * nFacetDof; in PCPatchComputeOperator_Internal()
2112 PetscCall(MatSetValues(mat, nFacetDof, facetDofs, nFacetDof, facetDofs, v, ADD_VALUES)); in PCPatchComputeOperator_Internal()