Searched refs:totNeighbors (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexorient.c | 350 … numLeaves, numRoots, dim, h, cStart, cEnd, c, cell, fStart, fEnd, face, off, totNeighbors = 0; in DMPlexOrient() local 526 totNeighbors += numNeighbors[comp]; in DMPlexOrient() 530 PetscCall(PetscMalloc2(totNeighbors, &nrankComp, totNeighbors, &match)); in DMPlexOrient() 570 PetscCall(PetscMPIIntCast(totNeighbors, &itotNeighbors)); in DMPlexOrient() 754 PetscInt numLeaves, numRoots, dim, Ncomp, totNeighbors = 0; in DMPlexOrientCells_Internal() local 906 totNeighbors += numNeighbors[comp]; in DMPlexOrientCells_Internal() 910 PetscCall(PetscMalloc2(totNeighbors, &nrankComp, totNeighbors, &match)); in DMPlexOrientCells_Internal() 950 PetscCall(PetscMPIIntCast(totNeighbors, &itotNeighbors)); in DMPlexOrientCells_Internal()
|