Lines Matching refs:anchors
7846 const PetscInt *anchors;
7867 PetscCall(ISGetIndices(aIS, &anchors));
7889 /* it is going to be replaced by its anchors */
7894 PetscInt a = anchors[bOff + q];
7928 if (aSec) PetscCall(ISRestoreIndices(aIS, &anchors));
7942 if (aSec) PetscCall(ISRestoreIndices(aIS, &anchors));
7967 PetscInt a = anchors[bOff + q], aDof = 0;
8022 PetscInt a = anchors[bOff + q], aDof = 0;
8056 PetscCall(ISRestoreIndices(aIS, &anchors));
10564 call DMPlexGetAnchors() directly: if there are anchors, then `DMPlexGetAnchors()` is called during `DMGetDefaultConstraints()`.
10573 - anchorIS - If not `NULL`, set to the list of anchors indexed by `anchorSection`
10644 const PetscInt *anchors;
10648 PetscCall(ISGetIndices(anchorIS, &anchors));
10652 p = anchors[a];
10658 PetscCall(ISRestoreIndices(anchorIS, &anchors));
10663 PetscCall(ISRestoreIndices(anchorIS, &anchors));
10717 const PetscInt *anchors;
10738 PetscCall(ISGetIndices(aIS, &anchors));
10755 a = anchors[rOff + r];
10768 a = anchors[rOff + q];
10792 a = anchors[rOff + r];
10809 a = anchors[rOff + r];
10821 PetscCall(ISRestoreIndices(aIS, &anchors));