Lines Matching refs:GlobalDofSection
1632 …ion, network->vertex.sf, PETSC_TRUE, PETSC_FALSE, PETSC_FALSE, &network->vertex.GlobalDofSection)); in DMNetworkAssembleGraphStructures()
1634 …Section, network->edge.sf, PETSC_TRUE, PETSC_FALSE, PETSC_FALSE, &network->edge.GlobalDofSection)); in DMNetworkAssembleGraphStructures()
1637 PetscCall(PetscSectionClone(network->vertex.DofSection, &network->vertex.GlobalDofSection)); in DMNetworkAssembleGraphStructures()
1639 PetscCall(PetscSectionClone(network->edge.DofSection, &network->edge.GlobalDofSection)); in DMNetworkAssembleGraphStructures()
1643 …PetscCall(PetscObjectSetName((PetscObject)network->edge.GlobalDofSection, "Global edge dof section… in DMNetworkAssembleGraphStructures()
1644 …PetscCall(PetscObjectSetName((PetscObject)network->vertex.GlobalDofSection, "Global vertex dof sec… in DMNetworkAssembleGraphStructures()
1645 …PetscCall(PetscSectionViewFromOptions(network->edge.GlobalDofSection, NULL, "-edge_global_section_… in DMNetworkAssembleGraphStructures()
1646 …PetscCall(PetscSectionViewFromOptions(network->vertex.GlobalDofSection, NULL, "-vertex_global_sect… in DMNetworkAssembleGraphStructures()
1732 PetscCall(DMGetGlobalSection(newCoordnetwork->plex, &newCoordnetwork->GlobalDofSection)); in DMNetworkDistributeCoordinates()
1822 PetscCall(DMGetGlobalSection(newDMnetwork->plex, &newDMnetwork->GlobalDofSection)); in DMNetworkDistribute()
2407 PetscCall(PetscSectionGetConstrainedStorageSize(network->edge.GlobalDofSection, &eDof)); in DMCreateMatrix_Network_Nest()
2408 PetscCall(PetscSectionGetConstrainedStorageSize(network->vertex.GlobalDofSection, &vDof)); in DMCreateMatrix_Network_Nest()
2431 …PetscCall(CreateSubGlobalToLocalMapping_private(network->edge.GlobalDofSection, network->edge.DofS… in DMCreateMatrix_Network_Nest()
2432 …PetscCall(CreateSubGlobalToLocalMapping_private(network->vertex.GlobalDofSection, network->vertex.… in DMCreateMatrix_Network_Nest()
2777 PetscCall(PetscSectionDestroy(&network->vertex.GlobalDofSection)); in DMDestroy_Network()
2782 PetscCall(PetscSectionDestroy(&network->edge.GlobalDofSection)); in DMDestroy_Network()
3213 PetscCall(DMGetGlobalSection(network->plex, &network->GlobalDofSection)); in DMNetworkFinalizeComponents()