SpECTRE
v2024.09.29
|
Information about an element that is communicated by AMR actions. More...
#include <Info.hpp>
Public Member Functions | |
Info (std::array< Flag, VolumeDim > flags_in, Mesh< VolumeDim > new_mesh_in) | |
void | pup (PUP::er &p) |
Serialization for Charm++. | |
Public Attributes | |
std::array< Flag, VolumeDim > | flags |
Mesh< VolumeDim > | new_mesh |
Information about an element that is communicated by AMR actions.
amr::Actions::EvaluateRefinementCriteria and amr::Actions::UpdateAmrDecision communicate the desired amr::Flags and Mesh of an element.