Lines Matching refs:newSupportSection
787 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()
854 PetscCall(PetscSectionGetOffset(newSupportSection, q, &newqOff)); in DMPlexTreeExchangeSupports()
884 mesh->supportSection = newSupportSection; in DMPlexTreeExchangeSupports()