Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplextree.c2201 PetscInt anchor = anchors[a + aOff], aLocalDof; in DMPlexComputeInterpolatorTree() local
2203 PetscCall(PetscSectionGetDof(localCoarse, anchor, &aLocalDof)); in DMPlexComputeInterpolatorTree()
2204 numColIndices += aLocalDof; in DMPlexComputeInterpolatorTree()