Home
last modified time | relevance | path

Searched refs:nMirror (Results 1 – 1 of 1) sorted by relevance

/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h5053 PetscInt nMirror, nGhostPre, nSelf, q; in DMForestCreateCellSF_pforest() local
5056 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()