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

Method DistributionMapping

Src/Base/AMReX_DistributionMapping.cpp:305–309  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

303}
304
305DistributionMapping::DistributionMapping () noexcept
306 :
307 m_ref(std::make_shared<Ref>())
308{
309}
310
311DistributionMapping::DistributionMapping (const Vector<int>& pmap)
312 :

Callers

nothing calls this directly

Calls 4

sizeMethod · 0.45
insertMethod · 0.45
endMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected