Home
last modified time | relevance | path

Searched defs:Nsubnet (Results 1 – 5 of 5) sorted by relevance

/petsc/src/ksp/ksp/tutorials/network/
H A Dex4.c9 PetscInt i, j, net, Nsubnet, ne, nv, nvar, v, goffset, row, compkey0, compkey1, compkey; in main() local
H A Dex3.c18 …PetscInt i, j, net, Nsubnet, nsubnet, ne, nv, nvar, v, ncomp, compkey0, compkey1, compkey, … in main() local
/petsc/src/snes/tutorials/network/
H A Dex1.c329 PetscInt i, gidx, offset, v, nv, Nsubnet; in CoordinateVecSetUp() local
459 PetscInt Nsubnet = 2, numVertices[2], numEdges[2], i, j, nv, ne, it_max = 10; in main() local
/petsc/src/dm/impls/network/
H A Dnetwork.c83 PetscErrorCode DMNetworkGetNumSubNetworks(DM dm, PeOp PetscInt *nsubnet, PeOp PetscInt *Nsubnet) in DMNetworkGetNumSubNetworks()
107 PetscErrorCode DMNetworkSetNumSubNetworks(DM dm, PetscInt nsubnet, PetscInt Nsubnet) in DMNetworkSetNumSubNetworks()
533 PetscInt *vidxlTog, Nsv, Nsubnet = network->cloneshared->Nsubnet; in GetEdgelist_Coupling() local
656 …PetscInt i, j, ctr, Nsubnet = network->cloneshared->Nsubnet, np, *edges, *subnetvtx, *subne… in DMNetworkLayoutSetUp() local
1655 static inline PetscErrorCode SetSubnetIdLookupBT(DM dm, PetscInt v, PetscInt Nsubnet, PetscBT btabl… in SetSubnetIdLookupBT()
1770 …PetscInt j, e, v, offset, *subnetvtx, *subnetedge, Nsubnet, gidx, svtx_idx, nv, ne… in DMNetworkDistribute() local
/petsc/include/petsc/private/
H A Ddmnetworkimpl.h122 PetscInt nsubnet, Nsubnet; /* Local and global number of subnetworks */ member