Searched refs:mirrorPtrs (Results 1 – 1 of 1) sorted by relevance
5054 void **mirrorPtrs; in DMForestCreateCellSF_pforest() local5062 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()