Home
last modified time | relevance | path

Searched refs:npipes (Results 1 – 1 of 1) sorted by relevance

/petsc/src/ts/tutorials/network/
H A Dpipes.c421 PetscInt npipes; in WashNetworkCreate() local
457 npipes = 3; in WashNetworkCreate()
458 PetscCall(PetscOptionsGetInt(NULL, NULL, "-npipes", &npipes, NULL)); in WashNetworkCreate()
459 wash->nedge = npipes; in WashNetworkCreate()
460 wash->nvertex = npipes + 1; in WashNetworkCreate()
501 npipes = 3; in WashNetworkCreate()
502 wash->nedge = npipes; in WashNetworkCreate()
503 wash->nvertex = npipes + 1; in WashNetworkCreate()
542 npipes = 3; in WashNetworkCreate()
543 wash->nedge = npipes; in WashNetworkCreate()
[all …]