Home
last modified time | relevance | path

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

/petsc/src/dm/impls/network/
H A Dnetwork.c660 PetscSection sectiong; in DMNetworkLayoutSetUp() local
782 PetscCall(DMGetGlobalSection(network->plex, &sectiong)); in DMNetworkLayoutSetUp()
2139 PetscSection sectiong; in DMNetworkIsGhostVertex() local
2143 PetscCall(DMGetGlobalSection(network->plex, &sectiong)); in DMNetworkIsGhostVertex()
2144 PetscCall(PetscSectionGetOffset(sectiong, p, &offsetg)); in DMNetworkIsGhostVertex()