| 406 | } |
| 407 | |
| 408 | void |
| 409 | AmrMesh::SetBoxArray (int lev, const BoxArray& ba_in) noexcept |
| 410 | { |
| 411 | ++num_setba; |
| 412 | if (grids[lev] != ba_in) { grids[lev] = ba_in; } |
| 413 | } |
| 414 | |
| 415 | void |
| 416 | AmrMesh::SetGeometry (int lev, const Geometry& geom_in) noexcept |
no outgoing calls
no test coverage detected