Lines Matching refs:DataSection

619   PetscCall(PetscSectionCreate(comm, &network->DataSection));  in DMNetworkInitializeNonTopological()
621 PetscCall(PetscSectionSetChart(network->DataSection, pStart, pEnd)); in DMNetworkInitializeNonTopological()
630 PetscCall(PetscSectionAddDof(network->DataSection, p, network->header[p].hsize)); in DMNetworkInitializeNonTopological()
1094 PetscCall(PetscSectionGetOffset(network->DataSection, p, &offsetp)); in DMNetworkGetIndex()
1112 PetscCall(PetscSectionGetOffset(network->DataSection, p, &offsetp)); in DMNetworkGetSubnetID()
1187 PetscCall(PetscSectionGetOffset(network->DataSection, p, &offset)); in DMNetworkGetNumComponents()
1232 PetscCall(PetscSectionGetOffset(network->DataSection, p, &offsetd)); in DMNetworkGetLocalVecOffset()
1277 PetscCall(PetscSectionGetOffset(network->DataSection, p, &offsetd)); in DMNetworkGetGlobalVecOffset()
1422 PetscCall(PetscSectionAddDof(network->DataSection, p, additional_size)); in DMNetworkAddComponent()
1430 PetscCall(PetscSectionAddDof(network->DataSection, p, component->size)); in DMNetworkAddComponent()
1474 PetscCall(PetscSectionGetOffset(network->DataSection, p, &offset)); in DMNetworkGetComponent()
1503 PetscCall(PetscSectionSetUp(network->DataSection)); in DMNetworkComponentSetUp()
1504 PetscCall(PetscSectionGetStorageSize(network->DataSection, &arr_size)); in DMNetworkComponentSetUp()
1509 PetscCall(PetscSectionGetOffset(network->DataSection, p, &offsetp)); in DMNetworkComponentSetUp()
1666 PetscCall(PetscSectionGetOffset(newDMnetwork->DataSection, edges[e], &offset)); in SetSubnetIdLookupBT()
1717 …grationSF, oldCoordnetwork->DataSection, MPIU_INT, (void *)oldCoordnetwork->componentdataarray, ne… in DMNetworkDistributeCoordinates()
1719 PetscCall(PetscSectionGetChart(newCoordnetwork->DataSection, &pStart, &pEnd)); in DMNetworkDistributeCoordinates()
1721 PetscCall(PetscSectionGetOffset(newCoordnetwork->DataSection, p, &offset)); in DMNetworkDistributeCoordinates()
1807 PetscCall(PetscSectionCreate(comm, &newDMnetwork->DataSection)); in DMNetworkDistribute()
1808 …->plex, pointsf, oldDMnetwork->DataSection, MPIU_INT, (void *)oldDMnetwork->componentdataarray, ne… in DMNetworkDistribute()
1810 …PetscCall(PetscSectionGetChart(newDMnetwork->DataSection, &newDMnetwork->cloneshared->pStart, &new… in DMNetworkDistribute()
1843 PetscCall(PetscSectionGetOffset(newDMnetwork->DataSection, e, &offset)); in DMNetworkDistribute()
1861 PetscCall(PetscSectionGetOffset(newDMnetwork->DataSection, v, &offset)); in DMNetworkDistribute()
1913 PetscCall(PetscSectionGetOffset(newDMnetwork->DataSection, e, &offset)); in DMNetworkDistribute()
1920 PetscCall(PetscSectionGetOffset(newDMnetwork->DataSection, v, &offset)); in DMNetworkDistribute()
2755 PetscCall(PetscSectionDestroy(&network->DataSection)); in DMDestroy_Network()
2992 PetscCall(PetscSectionGetOffset(network->DataSection, p, &offset)); in DMISAddSize_private()
3019 PetscCall(PetscSectionGetOffset(network->DataSection, p, &offset)); in DMISComputeIdx_private()
3116 PetscCall(PetscSectionGetOffset(network->DataSection, p, &offset)); in DMISComputeLocalIdx_private()