Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexpreallocate.c10 PetscSection section, sectionGlobal, adjSec, aSec; in DMPlexComputeAnchorAdjacencies() local
16 PetscCall(PetscSectionCreate(PetscObjectComm((PetscObject)section), &adjSec)); in DMPlexComputeAnchorAdjacencies()
18 PetscCall(PetscSectionSetChart(adjSec, pStart, pEnd)); in DMPlexComputeAnchorAdjacencies()
100 PetscCall(PetscSectionAddDof(adjSec, p, iNew)); in DMPlexComputeAnchorAdjacencies()
104 PetscCall(PetscSectionSetUp(adjSec)); in DMPlexComputeAnchorAdjacencies()
105 PetscCall(PetscSectionGetStorageSize(adjSec, &adjSize)); in DMPlexComputeAnchorAdjacencies()
115 PetscCall(PetscSectionGetDof(adjSec, p, &aDof)); in DMPlexComputeAnchorAdjacencies()
116 PetscCall(PetscSectionGetOffset(adjSec, p, &aOff)); in DMPlexComputeAnchorAdjacencies()
137 PetscCall(PetscSectionSetDof(adjSec, p, aDof)); in DMPlexComputeAnchorAdjacencies()
148 PetscCall(PetscSectionSetUp(adjSec)); in DMPlexComputeAnchorAdjacencies()
[all …]