Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplextree.c2158 PetscInt c = closure[2 * cl], clDof; in DMPlexComputeInterpolatorTree() local
2160 PetscCall(PetscSectionGetDof(localCoarse, c, &clDof)); in DMPlexComputeInterpolatorTree()
2161 numRowIndices += clDof; in DMPlexComputeInterpolatorTree()
2163 PetscCall(PetscSectionGetFieldDof(localCoarse, c, f, &clDof)); in DMPlexComputeInterpolatorTree()
2164 offsets[f + 1] += clDof; in DMPlexComputeInterpolatorTree()
2283 PetscInt c = closure[2 * cl], clDof; in DMPlexComputeInterpolatorTree() local
2285 PetscCall(PetscSectionGetDof(localCoarse, c, &clDof)); in DMPlexComputeInterpolatorTree()
2286 numRowIndices += clDof; in DMPlexComputeInterpolatorTree()
3864 PetscInt c = closure[2 * cl], clDof; in DMPlexTransferVecTree_Interpolate() local
3866 PetscCall(PetscSectionGetDof(localCoarse, c, &clDof)); in DMPlexTransferVecTree_Interpolate()
[all …]
H A Dplexpartition.c824 … PetscInt clDof, clPoint = clIdx[clOff + cl]; /* odd indices are reserved for orientations */ in PetscPartitionerDMPlexPartition() local
826 PetscCall(PetscSectionGetDof(section, clPoint, &clDof)); in PetscPartitionerDMPlexPartition()
827 dof += clDof; in PetscPartitionerDMPlexPartition()