Searched refs:pEndB (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex57.c | 113 PetscInt dim, dimB, pStart, pEnd, pStartB, pEndB; in CompareMeshes() local 122 PetscCall(DMPlexGetChart(dmB, &pStartB, &pEndB)); in CompareMeshes() 123 …pEndB, comm, PETSC_ERR_ARG_INCOMP, "Chart from dmA (%" PetscInt_FMT ", %" PetscInt_FMT ") does not… in CompareMeshes()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexsubmesh.c | 4496 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 D | plex.c | 5248 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()
|