Searched refs:secComp (Results 1 – 1 of 1) sorted by relevance
620 PetscSection secComp; in AnchorsFlatten() local623 PetscCall(PetscSectionCreate(PetscObjectComm((PetscObject)section), &secComp)); in AnchorsFlatten()624 PetscCall(PetscSectionSetChart(secComp, pStart, pEnd)); in AnchorsFlatten()629 PetscCall(PetscSectionSetDof(secComp, p, dof)); in AnchorsFlatten()631 PetscCall(PetscSectionSetUp(secComp)); in AnchorsFlatten()632 PetscCall(PetscSectionGetStorageSize(secComp, &sizeNew)); in AnchorsFlatten()639 PetscCall(PetscSectionGetOffset(secComp, p, &offNew)); in AnchorsFlatten()643 secNew = secComp; in AnchorsFlatten()