Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
305
DistributionMapping::DistributionMapping () noexcept
306
:
307
m_ref(std::make_shared<Ref>())
308
{
309
}
310
311
DistributionMapping::DistributionMapping (const Vector<int>& pmap)
312
:
Callers
nothing calls this directly
Calls
4
size
Method · 0.45
insert
Method · 0.45
end
Method · 0.45
begin
Method · 0.45
Tested by
no test coverage detected