Searched refs:GlobalDofSection (Results 1 – 3 of 3) sorted by relevance
| /petsc/include/petsc/private/ |
| H A D | dmnetworkimpl.h | 49 PetscSection GlobalDofSection; member 56 PetscSection GlobalDofSection; member 138 PetscSection GlobalDofSection; /* Global Dof section */ member
|
| /petsc/src/dm/impls/network/ |
| H A D | network.c | 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() [all …]
|
| H A D | networkcreate.c | 254 network->vertex.GlobalDofSection = NULL; in DMNetworkInitializeToDefault_NonShared() 259 network->edge.GlobalDofSection = NULL; in DMNetworkInitializeToDefault_NonShared() 265 network->GlobalDofSection = NULL; in DMNetworkInitializeToDefault_NonShared()
|