Searched refs:nnode (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/ksp/ksp/tutorials/network/ |
| H A D | ex1_nest.c | 55 PetscInt nnode, nbranch, i; in read_data() local 61 nnode = 4; in read_data() 64 PetscCall(PetscCalloc1(nnode, &node)); in read_data() 67 for (i = 0; i < nnode; i++) { in read_data() 130 *pnnode = nnode; in read_data() 253 PetscInt i, nnode = 0, nbranch = 0; in main() local 271 if (rank == 0) PetscCall(read_data(&nnode, &nbranch, &node, &branch, &edgelist)); in main()
|
| H A D | ex1.c | 56 PetscInt nnode, nbranch, i; in read_data() local 62 nnode = 4; in read_data() 65 PetscCall(PetscCalloc2(nnode, &node, nbranch, &branch)); in read_data() 67 for (i = 0; i < nnode; i++) { in read_data() 129 *pnnode = nnode; in read_data() 233 PetscInt i, nnode = 0, nbranch = 0, eStart, eEnd, vStart, vEnd; in main() local 251 if (rank == 0) PetscCall(read_data(&nnode, &nbranch, &node, &branch, &edgelist)); in main()
|
| H A D | ex2.c | 267 PetscInt seed = 0, nnode = 0; in main() local 293 nnode = 100; in main() 294 PetscCall(PetscOptionsGetInt(NULL, NULL, "-n", &nnode, NULL)); in main() 295 PetscCall(random_network(nnode, &nbranch, &node, &branch, &edgelist, seed)); in main()
|
| /petsc/lib/petsc/conf/ |
| H A D | rules | 260 …-@printf '#!/usr/bin/env sh\nnode --redirect-warnings=/dev/null $@.js $$* | grep -v "Heap resize c…
|
| /petsc/ |
| H A D | gmakefile.test | 272 …-@printf '#!/usr/bin/env sh\nnode --redirect-warnings=/dev/null $$0.js $$* | grep -v "Heap resize …
|