Home
last modified time | relevance | path

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

/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h5054 void **mirrorPtrs; in DMForestCreateCellSF_pforest() local
5062 PetscCall(PetscMalloc2(nMirror, &mirror, nMirror, &mirrorPtrs)); in DMForestCreateCellSF_pforest()
5069 mirrorPtrs[q] = (void *)&mirror[q]; in DMForestCreateCellSF_pforest()
5071 …ghost_exchange_custom, (pforest->forest, pforest->ghost, sizeof(PetscSFNode), mirrorPtrs, remote)); in DMForestCreateCellSF_pforest()
5072 PetscCall(PetscFree2(mirror, mirrorPtrs)); in DMForestCreateCellSF_pforest()