Lines Matching refs:nEdges
275 network->cloneshared->subnet[i].eStart = network->cloneshared->nEdges; in DMNetworkAddSubnetwork()
277 network->cloneshared->nEdges += ne; in DMNetworkAddSubnetwork()
678 PetscCall(PetscCalloc1(2 * network->cloneshared->nEdges, &edges)); in DMNetworkLayoutSetUp()
700 …if (size == 1) PetscCall(DMPlexBuildFromCellList(network->plex, network->cloneshared->nEdges, PETS… in DMNetworkLayoutSetUp()
701 …else PetscCall(DMPlexBuildFromCellListParallel(network->plex, network->cloneshared->nEdges, PETSC_… in DMNetworkLayoutSetUp()
714 …PetscCall(PetscCalloc2(network->cloneshared->nEdges, &subnetedge, network->cloneshared->nVertices … in DMNetworkLayoutSetUp()
1013 PetscErrorCode DMNetworkGetNumEdges(DM dm, PeOp PetscInt *nEdges, PeOp PetscInt *NEdges) in DMNetworkGetNumEdges() argument
1019 if (nEdges) { in DMNetworkGetNumEdges()
1020 PetscAssertPointer(nEdges, 2); in DMNetworkGetNumEdges()
1021 *nEdges = network->cloneshared->nEdges; in DMNetworkGetNumEdges()
1813 …newDMnetwork->cloneshared->nEdges = newDMnetwork->cloneshared->eEnd - newDMnetwork->cloneshared… in DMNetworkDistribute()
1896 …PetscCall(PetscCalloc2(newDMnetwork->cloneshared->nEdges, &subnetedge, nv, &subnetvtx)); /* Maps l… in DMNetworkDistribute()
2184 if (eflg && !network->Je) PetscCall(PetscCalloc1(3 * network->cloneshared->nEdges, &network->Je)); in DMNetworkHasJacobian()