Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AMReX-Codes/amrex
/ ClearDistributionMap
Method
ClearDistributionMap
Src/AmrCore/AMReX_AmrMesh.cpp:431–435 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
429
}
430
431
void
432
AmrMesh::ClearDistributionMap (int lev) noexcept
433
{
434
dmap[lev] = DistributionMapping();
435
}
436
437
void
438
AmrMesh::ClearBoxArray (int lev) noexcept
Callers
2
amrex_fi_set_distromap
Function · 0.80
regrid
Method · 0.80
Calls
1
DistributionMapping
Class · 0.50
Tested by
no test coverage detected