Lines Matching refs:PetscSectionGetOffset
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()
1226 PetscCall(PetscSectionGetOffset(network->plex->localSection, p, &offsetp)); in DMNetworkGetLocalVecOffset()
1232 PetscCall(PetscSectionGetOffset(network->DataSection, p, &offsetd)); in DMNetworkGetLocalVecOffset()
1270 PetscCall(PetscSectionGetOffset(network->plex->globalSection, p, &offsetp)); in DMNetworkGetGlobalVecOffset()
1277 PetscCall(PetscSectionGetOffset(network->DataSection, p, &offsetd)); in DMNetworkGetGlobalVecOffset()
1304 PetscCall(PetscSectionGetOffset(network->edge.DofSection, p, offset)); in DMNetworkGetEdgeOffset()
1330 PetscCall(PetscSectionGetOffset(network->vertex.DofSection, p, offset)); in DMNetworkGetVertexOffset()
1474 PetscCall(PetscSectionGetOffset(network->DataSection, p, &offset)); in DMNetworkGetComponent()
1509 PetscCall(PetscSectionGetOffset(network->DataSection, p, &offsetp)); in DMNetworkComponentSetUp()
1666 PetscCall(PetscSectionGetOffset(newDMnetwork->DataSection, edges[e], &offset)); in SetSubnetIdLookupBT()
1721 PetscCall(PetscSectionGetOffset(newCoordnetwork->DataSection, p, &offset)); in DMNetworkDistributeCoordinates()
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()
2144 PetscCall(PetscSectionGetOffset(sectiong, p, &offsetg)); in DMNetworkIsGhostVertex()
2382 PetscCall(PetscSectionGetOffset(globalsec, i, &dof)); in CreateSubGlobalToLocalMapping_private()
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()