Lines Matching refs:DofSection

620   PetscCall(PetscSectionCreate(comm, &network->DofSection));  in DMNetworkInitializeNonTopological()
622 PetscCall(PetscSectionSetChart(network->DofSection, pStart, pEnd)); in DMNetworkInitializeNonTopological()
1304 PetscCall(PetscSectionGetOffset(network->edge.DofSection, p, offset)); in DMNetworkGetEdgeOffset()
1330 PetscCall(PetscSectionGetOffset(network->vertex.DofSection, p, offset)); in DMNetworkGetVertexOffset()
1373 PetscCall(PetscSectionAddDof(network->DofSection, p, nvar)); in DMNetworkAddComponent()
1470 PetscCall(PetscSectionGetDof(network->DofSection, p, nvar)); in DMNetworkGetComponent()
1554 PetscCall(PetscSectionSetUp(network->DofSection)); in DMNetworkVariablesSetUp()
1626 …SubSection_private(network->DofSection, network->cloneshared->vStart, network->cloneshared->vEnd, … in DMNetworkAssembleGraphStructures()
1627 …tSubSection_private(network->DofSection, network->cloneshared->eStart, network->cloneshared->eEnd,… in DMNetworkAssembleGraphStructures()
1632 …PetscCall(PetscSectionCreateGlobalSection(network->vertex.DofSection, network->vertex.sf, PETSC_TR… in DMNetworkAssembleGraphStructures()
1634 …PetscCall(PetscSectionCreateGlobalSection(network->edge.DofSection, network->edge.sf, PETSC_TRUE, … in DMNetworkAssembleGraphStructures()
1637 PetscCall(PetscSectionClone(network->vertex.DofSection, &network->vertex.GlobalDofSection)); in DMNetworkAssembleGraphStructures()
1639 PetscCall(PetscSectionClone(network->edge.DofSection, &network->edge.GlobalDofSection)); in DMNetworkAssembleGraphStructures()
1712 …d(newDMnetwork->plex, migrationSF, oldCoordnetwork->DofSection, oldCoord, newCoordnetwork->DofSect… in DMNetworkDistributeCoordinates()
1731 PetscCall(DMSetLocalSection(newCoordnetwork->plex, newCoordnetwork->DofSection)); in DMNetworkDistributeCoordinates()
1803 PetscCall(PetscSectionCreate(comm, &newDMnetwork->DofSection)); in DMNetworkDistribute()
1804 …scCall(PetscSFDistributeSection(pointsf, oldDMnetwork->DofSection, NULL, newDMnetwork->DofSection)… in DMNetworkDistribute()
1821 PetscCall(DMSetLocalSection(newDMnetwork->plex, newDMnetwork->DofSection)); in DMNetworkDistribute()
2431 …ubGlobalToLocalMapping_private(network->edge.GlobalDofSection, network->edge.DofSection, &eISMap)); in DMCreateMatrix_Network_Nest()
2432 …obalToLocalMapping_private(network->vertex.GlobalDofSection, network->vertex.DofSection, &vISMap)); in DMCreateMatrix_Network_Nest()
2517 PetscCall(PetscSectionGetDof(network->DofSection, e, &nrows)); in DMCreateMatrix_Network()
2524 PetscCall(PetscSectionGetDof(network->DofSection, cone[v], &ncols)); in DMCreateMatrix_Network()
2549 PetscCall(PetscSectionGetDof(network->DofSection, v, &nrows)); in DMCreateMatrix_Network()
2567 PetscCall(PetscSectionGetDof(network->DofSection, edges[e], &ncols)); in DMCreateMatrix_Network()
2579 PetscCall(PetscSectionGetDof(network->DofSection, vc, &ncols)); in DMCreateMatrix_Network()
2633 PetscCall(PetscSectionGetDof(network->DofSection, e, &nrows)); in DMCreateMatrix_Network()
2641 PetscCall(PetscSectionGetDof(network->DofSection, cone[v], &ncols)); in DMCreateMatrix_Network()
2662 PetscCall(PetscSectionGetDof(network->DofSection, v, &nrows)); in DMCreateMatrix_Network()
2679 PetscCall(PetscSectionGetDof(network->DofSection, edges[e], &ncols)); in DMCreateMatrix_Network()
2691 PetscCall(PetscSectionGetDof(network->DofSection, vc, &ncols)); in DMCreateMatrix_Network()
2756 PetscCall(PetscSectionDestroy(&network->DofSection)); in DMDestroy_Network()
2776 PetscCall(PetscSectionDestroy(&network->vertex.DofSection)); in DMDestroy_Network()
2781 PetscCall(PetscSectionDestroy(&network->edge.DofSection)); in DMDestroy_Network()
3212 PetscCall(DMSetLocalSection(network->plex, network->DofSection)); in DMNetworkFinalizeComponents()