Searched refs:secNew (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plextree.c | 529 PetscSection secNew; in AnchorsFlatten() local 537 PetscCall(PetscSectionCreate(PetscObjectComm((PetscObject)section), &secNew)); in AnchorsFlatten() 538 PetscCall(PetscSectionSetChart(secNew, pStart, pEnd)); in AnchorsFlatten() 548 PetscCall(PetscSectionSetUp(secNew)); in AnchorsFlatten() 563 if (qDof) PetscCall(PetscSectionAddDof(secNew, p, qDof)); in AnchorsFlatten() 564 else PetscCall(PetscSectionAddDof(secNew, p, 1)); in AnchorsFlatten() 567 PetscCall(PetscSectionSetUp(secNew)); in AnchorsFlatten() 568 PetscCall(PetscSectionGetStorageSize(secNew, &sizeNew)); in AnchorsFlatten() 576 PetscCall(PetscSectionGetDof(secNew, p, &dofNew)); in AnchorsFlatten() 577 PetscCall(PetscSectionGetOffset(secNew, p, &offNew)); in AnchorsFlatten() [all …]
|