Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/tests/
H A Dex57.c113 PetscInt dim, dimB, pStart, pEnd, pStartB, pEndB; in CompareMeshes() local
122 PetscCall(DMPlexGetChart(dmB, &pStartB, &pEndB)); in CompareMeshes()
123pEndB, comm, PETSC_ERR_ARG_INCOMP, "Chart from dmA (%" PetscInt_FMT ", %" PetscInt_FMT ") does not… in CompareMeshes()
/petsc/src/dm/impls/plex/
H A Dplexsubmesh.c4496 PetscInt pStartA, pEndA, pStartB, pEndB, NpA, NpB; in DMGetEnclosureRelation() local
4511 PetscCall(DMPlexGetChart(plexB, &pStartB, &pEndB)); in DMGetEnclosureRelation()
4514 if (pStartA == pStartB && pEndA == pEndB) { in DMGetEnclosureRelation()
4519 NpB = pEndB - pStartB; in DMGetEnclosureRelation()
H A Dplex.c5248 PetscInt depth, depthB, pStart, pEnd, pStartB, pEndB, p; in DMPlexEqual() local
5260 PetscCall(DMPlexGetChart(dmB, &pStartB, &pEndB)); in DMPlexEqual()
5261 if ((pStart != pStartB) || (pEnd != pEndB)) PetscFunctionReturn(PETSC_SUCCESS); in DMPlexEqual()