Searched refs:DMISAddSize_private (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/network/ |
| H A D | network.c | 2986 static inline PetscErrorCode DMISAddSize_private(DM_Network *network, PetscInt p, PetscInt numkeys,… in DMISAddSize_private() function 3086 …for (p = estart; p < eend; p++) PetscCall(DMISAddSize_private(network, p, numkeys, keys, blocksize… in DMNetworkCreateIS() 3090 PetscCall(DMISAddSize_private(network, p, numkeys, keys, blocksize, nselectedvar, &nidx)); in DMNetworkCreateIS() 3179 …for (p = pstart; p < pend; p++) PetscCall(DMISAddSize_private(network, p, numkeys, keys, blocksize… in DMNetworkCreateLocalIS()
|