Lines Matching refs:numkeys
300 PetscInt i, numkeys = 1, *blocksize, *numselectedvariable, **selectedvariables, n; in PipesView() local
310 …PetscCall(PetscMalloc3(numkeys, &blocksize, numkeys, &numselectedvariable, numkeys, &selectedvaria… in PipesView()
311 for (i = 0; i < numkeys; i++) { in PipesView()
317 …PetscCall(DMNetworkCreateIS(networkdm, numkeys, &KeyPipe, blocksize, numselectedvariable, selected… in PipesView()
339 for (i = 0; i < numkeys; i++) selectedvariables[i][0] = 1; /* h-variable */ in PipesView()
340 …PetscCall(DMNetworkCreateIS(networkdm, numkeys, &KeyPipe, blocksize, numselectedvariable, selected… in PipesView()
353 …for (i = 0; i < numkeys; i++) blocksize[i] = -1; /* select all the variables of the i-th component… in PipesView()
354 PetscCall(DMNetworkCreateIS(networkdm, numkeys, &KeyPipe, blocksize, NULL, NULL, &isfrom)); in PipesView()
356 PetscCall(DMNetworkCreateIS(networkdm, numkeys, &KeyPipe, NULL, NULL, NULL, &isfrom)); in PipesView()
374 for (i = 0; i < numkeys; i++) PetscCall(PetscFree(selectedvariables[i])); in PipesView()
382 PetscInt numkeys = 1; in ISJunctionsView() local
392 PetscCall(DMNetworkCreateIS(networkdm, numkeys, &KeyJunc, NULL, NULL, NULL, &isfrom)); in ISJunctionsView()
398 PetscCall(DMNetworkCreateLocalIS(networkdm, numkeys, &KeyJunc, NULL, NULL, NULL, &isfrom)); in ISJunctionsView()