simple_state_mm_wrapper.h
Go to the documentation of this file.
Factorize a number N into D equal (or nearly equal) factors.
Definition: adaptive_refinement_mesh.h:31
Simple_State::name_vec names() const
Definition: simple_state_wrapper.h:383
Simple_State_Wrapper & operator=(Simple_State_Wrapper const &)=delete
Assignment operator (disabled).
A thin wrapper that implements state methods for Simple_State needed by Wonton.
Definition: simple_state_mm_wrapper.h:26
int num_material_cells(int m) const
Return the number of cells for this material id.
Definition: state_manager.h:470
Simple_State_Wrapper(const MeshWrapper &mesh, std::unordered_map< std::string, int > names={}, std::unordered_map< int, std::vector< int >> material_cells={})
Constructor for the state wrapper.
Definition: simple_state_mm_wrapper.h:32
int mat_get_num_cells(int m) const
Return the number of cells for this material id.
Definition: simple_state_mm_wrapper.h:50
Definition: state_manager.h:29
~Simple_State_Wrapper()
Destructor.
Definition: simple_state_mm_wrapper.h:41