Home
last modified time | relevance | path

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

/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h3482 PetscInt pStart, pEnd, pStartA, pEndA; in DMPforestLabelsFinalize() local
3492 PetscCall(DMPlexGetChart(adaptPlex, &pStartA, &pEndA)); in DMPforestLabelsFinalize()
3493 PetscCall(PetscMalloc2(pEnd - pStart, &values, pEndA - pStartA, &adaptValues)); in DMPforestLabelsFinalize()
3497 for (p = pStartA; p < pEndA; p++) adaptValues[p - pStartA] = -1; in DMPforestLabelsFinalize()
3557 for (p = pStartA; p < pEndA; p++) PetscCall(DMLabelGetValue(nextLabel, p, &adaptValues[p])); in DMPforestLabelsFinalize()
/petsc/src/dm/impls/plex/
H A Dplexsubmesh.c4496 PetscInt pStartA, pEndA, pStartB, pEndB, NpA, NpB; in DMGetEnclosureRelation() local
4510 PetscCall(DMPlexGetChart(plexA, &pStartA, &pEndA)); in DMGetEnclosureRelation()
4514 if (pStartA == pStartB && pEndA == pEndB) { in DMGetEnclosureRelation()
4518 NpA = pEndA - pStartA; in DMGetEnclosureRelation()