Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/tests/
H A Dex103.c253 PetscInt pStart, pEnd, pStartSerial = -1, pEndSerial = -2; in VerifyDMLabels() local
259 PetscCall(DMPlexGetChart(dm_serial, &pStartSerial, &pEndSerial)); in VerifyDMLabels()
260 num_points_serial = pEndSerial - pStartSerial; in VerifyDMLabels()
282 PetscCall(PetscSectionSetChart(pointSerialSection, pStartSerial, pEndSerial)); in VerifyDMLabels()