Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Ddmnetworkimpl.h112 struct _p_DMNetworkCloneShared { struct
113 PetscInt refct; /* reference count for the shared data */
114 PetscInt NEdges, nEdges; /* Number of global/local edges */
115 PetscInt NVertices, nVertices; /* Number of global/local vertices */
116 PetscInt pStart, pEnd; /* Start and end indices for topological points */
117 PetscInt vStart, vEnd; /* Start and end indices for vertices */
118 PetscInt eStart, eEnd; /* Start and end indices for edges */
119 PetscBool distributecalled; /* Flag if DMNetworkDistribute() is called */
120 … *vltog; /* Maps vertex local ordering to global ordering, include ghost vertices */
122 PetscInt nsubnet, Nsubnet; /* Local and global number of subnetworks */
[all …]