Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplextree.c787 PetscSection newSupportSection; in DMPlexTreeExchangeSupports() local
796 …scCall(PetscSectionCreate(PetscObjectComm((PetscObject)mesh->supportSection), &newSupportSection)); in DMPlexTreeExchangeSupports()
798 PetscCall(PetscSectionSetChart(newSupportSection, pStart, pEnd)); in DMPlexTreeExchangeSupports()
810 PetscCall(PetscSectionAddDof(newSupportSection, p, dof)); in DMPlexTreeExchangeSupports()
817 PetscCall(PetscSectionAddDof(newSupportSection, p, qdof)); in DMPlexTreeExchangeSupports()
818 PetscCall(PetscSectionAddDof(newSupportSection, q, dof)); in DMPlexTreeExchangeSupports()
823 PetscCall(PetscSectionSetUp(newSupportSection)); in DMPlexTreeExchangeSupports()
824 PetscCall(PetscSectionGetStorageSize(newSupportSection, &newSize)); in DMPlexTreeExchangeSupports()
833 PetscCall(PetscSectionGetDof(newSupportSection, p, &newDof)); in DMPlexTreeExchangeSupports()
834 PetscCall(PetscSectionGetOffset(newSupportSection, p, &newOff)); in DMPlexTreeExchangeSupports()
[all …]