Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexdistribute.c1102 DM_Plex *pmesh = (DM_Plex *)dmParallel->data; in DMPlexDistributeCones() local
1167 PetscCall(PetscSectionGetChart(pmesh->coneSection, &pStart, &pEnd)); in DMPlexDistributeCones()
1168 PetscCall(PetscSectionSetChart(pmesh->supportSection, pStart, pEnd)); in DMPlexDistributeCones()
1329 DM_Plex *pmesh = (DM_Plex *)dmParallel->data; in DMPlexDistributeSetupTree() local
1398 pmesh->useAnchors = mesh->useAnchors; in DMPlexDistributeSetupTree()