Searched refs:childSec (Results 1 – 1 of 1) sorted by relevance
474 PetscSection childSec, pSec; in DMPlexTreeSymmetrize() local495 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() local1101 childSec = mesh->childSection; in DMPlexGetTreeChildren()[all …]