Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplextree.c474 PetscSection childSec, pSec; in DMPlexTreeSymmetrize() local
495 PetscCall(PetscSectionCreate(PetscObjectComm((PetscObject)pSec), &childSec)); in DMPlexTreeSymmetrize()
496 PetscCall(PetscSectionSetChart(childSec, parMin, parMax)); in DMPlexTreeSymmetrize()
500 PetscCall(PetscSectionAddDof(childSec, par, 1)); in DMPlexTreeSymmetrize()
502 PetscCall(PetscSectionSetUp(childSec)); in DMPlexTreeSymmetrize()
503 PetscCall(PetscSectionGetStorageSize(childSec, &cSize)); in DMPlexTreeSymmetrize()
515 PetscCall(PetscSectionGetOffset(childSec, par, &cOff)); in DMPlexTreeSymmetrize()
519 mesh->childSection = childSec; in DMPlexTreeSymmetrize()
1096 PetscSection childSec; in DMPlexGetTreeChildren() local
1101 childSec = mesh->childSection; in DMPlexGetTreeChildren()
[all …]