Home
last modified time | relevance | path

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

/petsc/src/dm/impls/network/tests/
H A Dex1.c60 PetscInt ne = 0, compkey, eStart, eEnd, vStart, vEnd, e, v; in CreateSimpleStarGraph() local
96 PetscInt *compprev, *comp, compkey; in main() local
H A Dex2.c48 PetscInt vStart, vEnd, v, vglobal, compkey = 0, off, NVert; in StarGraphSetCoordinates() local
104 PetscInt ne = 0, compkey, eStart, eEnd, vStart, vEnd, e, v; in StarGraphCreate() local
H A Dex3.c60 PetscInt ne = 0, compkey, eStart, eEnd, vStart, vEnd, e, v; in StarGraphCreate() local
/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.c460 PetscInt vStart, vEnd, compkey; in main() local
/petsc/src/dm/impls/network/
H A Dnetwork.c1366 PetscInt *compsize, *compkey, *compoffset, *compnvar, *compoffsetvarrel; in DMNetworkAddComponent() local
1462 PetscErrorCode DMNetworkGetComponent(DM dm, PetscInt p, PetscInt compnum, PeOp PetscInt *compkey, P… in DMNetworkGetComponent()