Searched refs:nMirror (Results 1 – 1 of 1) sorted by relevance
5053 PetscInt nMirror, nGhostPre, nSelf, q; in DMForestCreateCellSF_pforest() local5056 nMirror = (PetscInt)pforest->ghost->mirrors.elem_count; in DMForestCreateCellSF_pforest()5062 PetscCall(PetscMalloc2(nMirror, &mirror, nMirror, &mirrorPtrs)); in DMForestCreateCellSF_pforest()5064 for (q = 0; q < nMirror; q++) { in DMForestCreateCellSF_pforest()