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 Dex3.c18 …PetscInt i, j, net, Nsubnet, nsubnet, ne, nv, nvar, v, ncomp, compkey0, compkey1, compkey, … in main() local
/petsc/src/dm/impls/network/
H A Dnetworkview.c287 PetscInt vfrom, vto, i, j, nv, ne, nsv, p, nsubnet; in DMView_Network() local
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()
848 …PetscInt i, nsubnet = network->cloneshared->Nsubnet, *sedgelist, Nsvtx = network->cloneshared->… in DMNetworkAddSharedVertices() local
/petsc/src/snes/tutorials/network/power/
H A Dpower2.c443 PetscInt nsubnet = 2, nv, ne, i, j, genj, loadj; in main() local
/petsc/include/petsc/private/
H A Ddmnetworkimpl.h122 PetscInt nsubnet, Nsubnet; /* Local and global number of subnetworks */ member