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

Function average_down

Src/Base/AMReX_MultiFabUtil.cpp:359–364  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

357// *************************************************************************************************************
358
359 void average_down (const MultiFab& S_fine, MultiFab& S_crse,
360 const Geometry& fgeom, const Geometry& cgeom,
361 int scomp, int ncomp, int rr)
362 {
363 average_down(S_fine,S_crse,fgeom,cgeom,scomp,ncomp,rr*IntVect::TheUnitVector());
364 }
365
366 void average_down (const MultiFab& S_fine, MultiFab& S_crse,
367 const Geometry& fgeom, const Geometry& cgeom,

Callers

nothing calls this directly

Calls 15

MFInfoClass · 0.85
inLaunchRegionFunction · 0.85
inNoSyncRegionFunction · 0.85
streamSynchronizeFunction · 0.85
TilingIfNotGPUFunction · 0.85
is_nodalMethod · 0.80
is_cell_centeredMethod · 0.80
DistributionMapMethod · 0.80
isFusingCandidateMethod · 0.80
tileboxMethod · 0.80
ParallelForFunction · 0.70
nCompMethod · 0.45

Tested by

no test coverage detected