Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplextree.c2534 PetscInt rowDof; in DMPlexComputeInterpolatorTree() local
2536 PetscCall(PetscSectionGetFieldDof(localFine, p, f, &rowDof)); in DMPlexComputeInterpolatorTree()
2537 offsets[f + 1] = offsets[f] + rowDof; in DMPlexComputeInterpolatorTree()
2702 PetscInt rowDof; in DMPlexComputeInterpolatorTree() local
2704 PetscCall(PetscSectionGetFieldDof(localFine, p, f, &rowDof)); in DMPlexComputeInterpolatorTree()
2705 offsets[f + 1] = offsets[f] + rowDof; in DMPlexComputeInterpolatorTree()
3988 PetscInt rowDof; in DMPlexTransferVecTree_Interpolate() local
3990 PetscCall(PetscSectionGetFieldDof(localFine, p, f, &rowDof)); in DMPlexTransferVecTree_Interpolate()
3991 offsets[f + 1] = offsets[f] + rowDof; in DMPlexTransferVecTree_Interpolate()
3994 …newOffsets[f + 1] = newOffsets[f] + ((childId == -1) ? rowDof : refPointFieldN[childId - pRefStart… in DMPlexTransferVecTree_Interpolate()