Searched refs:npipes (Results 1 – 1 of 1) sorted by relevance
421 PetscInt npipes; in WashNetworkCreate() local457 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 …]