MCPcopy 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
431void
432AmrMesh::ClearDistributionMap (int lev) noexcept
433{
434 dmap[lev] = DistributionMapping();
435}
436
437void
438AmrMesh::ClearBoxArray (int lev) noexcept

Callers 2

amrex_fi_set_distromapFunction · 0.80
regridMethod · 0.80

Calls 1

DistributionMappingClass · 0.50

Tested by

no test coverage detected