![]() |
Shamrock 2025.10.0
Astrophysical Code
|
Public Member Functions | |
| auto | split () |
Static Public Member Functions | |
| static auto | get_split_coord (Tcoord bmin, Tcoord bmax) -> Tcoord |
| static auto | get_split (Tcoord bmin, Tcoord bmax) -> std::array< AMRBlockCoord, splts_count > |
| static AMRBlockCoord | get_merge (AMRBlockCoord c1, AMRBlockCoord c2) |
| static AMRBlockCoord | get_merge (std::array< AMRBlockCoord, splts_count > others) |
| static bool | are_mergeable (std::array< AMRBlockCoord, splts_count > others) |
Public Attributes | |
| Tcoord | bmin |
| Tcoord | bmax |
Static Public Attributes | |
| static constexpr u32 | splts_count = 1U << dim |
Definition at line 26 of file AMRCell.hpp.
|
inlinestatic |
Definition at line 83 of file AMRCell.hpp.
|
inlinestatic |
Definition at line 69 of file AMRCell.hpp.
|
inlinestatic |
Definition at line 73 of file AMRCell.hpp.
|
inlinestatic |
Definition at line 36 of file AMRCell.hpp.
|
inlinestatic |
Definition at line 32 of file AMRCell.hpp.
|
inline |
Definition at line 67 of file AMRCell.hpp.
| Tcoord shamrock::amr::AMRBlockCoord< Tcoord, dim >::bmax |
Definition at line 30 of file AMRCell.hpp.
| Tcoord shamrock::amr::AMRBlockCoord< Tcoord, dim >::bmin |
Definition at line 30 of file AMRCell.hpp.
|
staticconstexpr |
Definition at line 29 of file AMRCell.hpp.