Searched refs:aLocalDof (Results 1 – 1 of 1) sorted by relevance
2201 PetscInt anchor = anchors[a + aOff], aLocalDof; in DMPlexComputeInterpolatorTree() local2203 PetscCall(PetscSectionGetDof(localCoarse, anchor, &aLocalDof)); in DMPlexComputeInterpolatorTree()2204 numColIndices += aLocalDof; in DMPlexComputeInterpolatorTree()