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

Method OwnerMask

Src/Base/AMReX_MultiFab.cpp:1540–1544  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1538}
1539
1540std::unique_ptr<iMultiFab>
1541MultiFab::OwnerMask (const Periodicity& period) const
1542{
1543 return amrex::OwnerMask(*this, period);
1544}
1545
1546void
1547MultiFab::AverageSync (const Periodicity& period)

Callers 5

compute_normsMethod · 0.80
compute_normsMethod · 0.80
makeOwnerMaskMethod · 0.80

Calls 1

OwnerMaskFunction · 0.85

Tested by 2

compute_normsMethod · 0.64
compute_normsMethod · 0.64