Searched refs:aSize (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexpreallocate.c | 23 PetscInt p, q, a, aSize, *offsets, aStart, aEnd, *inverse, iSize, *adj, adjSize; in DMPlexComputeAnchorAdjacencies() local 30 PetscCall(ISGetLocalSize(aIS, &aSize)); in DMPlexComputeAnchorAdjacencies() 33 for (p = 0; p < aSize; p++) { in DMPlexComputeAnchorAdjacencies()
|