MCPcopy Create free account
hub / github.com/AMReX-Codes/amrex / ParallelCopyToGhost

Method ParallelCopyToGhost

Src/Base/AMReX_FabArrayCommI.H:351–365  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

349
350template <class FAB>
351void
352FabArray<FAB>::ParallelCopyToGhost (const FabArray<FAB>& src,
353 int scomp,
354 int dcomp,
355 int ncomp,
356 const IntVect& snghost,
357 const IntVect& dnghost,
358 const Periodicity& period)
359{
360 BL_PROFILE("FabArray::ParallelCopyToGhost()");
361
362 ParallelCopy_nowait(src, scomp, dcomp, ncomp, snghost, dnghost, period,
363 FabArrayBase::COPY, nullptr, true);
364 ParallelCopy_finish();
365}
366
367template <class FAB>
368void

Callers 1

FillPatchTwoLevels_doitFunction · 0.80

Calls 2

ParallelCopy_nowaitFunction · 0.85
ParallelCopy_finishFunction · 0.85

Tested by

no test coverage detected