Lines Matching refs:anchor
2201 PetscInt anchor = anchors[a + aOff], aLocalDof; in DMPlexComputeInterpolatorTree() local
2203 PetscCall(PetscSectionGetDof(localCoarse, anchor, &aLocalDof)); in DMPlexComputeInterpolatorTree()
2208 PetscCall(PetscSectionGetFieldDof(localCoarse, anchor, f, &fDof)); in DMPlexComputeInterpolatorTree()
2382 PetscInt anchor = anchors[a + aOff]; in DMPlexComputeInterpolatorTree() local
2383 PetscCall(PetscSectionGetFieldDof(localCoarse, anchor, f, &fDof)); in DMPlexComputeInterpolatorTree()
2395 PetscInt anchor = anchors[a + aOff], lOff; in DMPlexComputeInterpolatorTree() local
2396 PetscCall(PetscSectionGetOffset(localCoarse, anchor, &lOff)); in DMPlexComputeInterpolatorTree()
2397 …PetscCall(DMPlexGetIndicesPointFields_Internal(localCoarse, PETSC_TRUE, anchor, lOff, newOffsetsCo… in DMPlexComputeInterpolatorTree()
2402 PetscInt anchor = anchors[a + aOff], lOff; in DMPlexComputeInterpolatorTree() local
2403 PetscCall(PetscSectionGetOffset(localCoarse, anchor, &lOff)); in DMPlexComputeInterpolatorTree()
2404 …PetscCall(DMPlexGetIndicesPoint_Internal(localCoarse, PETSC_TRUE, anchor, lOff, newOffsetsCopy, PE… in DMPlexComputeInterpolatorTree()
2419 PetscInt anchor = anchors[a + aOff]; in DMPlexComputeInterpolatorTree() local
2421 PetscCall(PetscSectionGetOffset(globalCoarse, anchor, &gOff)); in DMPlexComputeInterpolatorTree()
2422 …PetscCall(DMPlexGetIndicesPointFields_Internal(localCoarse, PETSC_FALSE, anchor, gOff < 0 ? -(gOff… in DMPlexComputeInterpolatorTree()
2428 PetscInt anchor = anchors[a + aOff]; in DMPlexComputeInterpolatorTree() local
2430 PetscCall(PetscSectionGetOffset(globalCoarse, anchor, &gOff)); in DMPlexComputeInterpolatorTree()
2431 …PetscCall(DMPlexGetIndicesPoint_Internal(localCoarse, PETSC_FALSE, anchor, gOff < 0 ? -(gOff + 1) … in DMPlexComputeInterpolatorTree()