state_vector_multi_raw.h
Go to the documentation of this file.
const std::type_info & data_type() const
Definition: state_vector_multi_raw.h:41
Definition: state_vector_base.h:30
Factorize a number N into D equal (or nearly equal) factors.
Definition: adaptive_refinement_mesh.h:31
~StateVectorMultiRaw()
Destructor.
Definition: state_vector_multi_raw.h:32
T const *const * get_data() const
Return a const pointer to the const data in the state vector.
Definition: state_vector_multi_raw.h:60
std::ostream & print(std::ostream &os) const
Virtual methods.
Definition: state_vector_multi_raw.h:35
T ** get_data()
Return a pointer to the data in the state vector.
Definition: state_vector_multi_raw.h:52
Definition: wonton.h:88
Field_type
Field type - whether it is mesh field or multi-material field.
Definition: wonton.h:187
StateVectorMultiRaw(std::string name, T **hdata=nullptr)
Definition: state_vector_multi_raw.h:24
Definition: state_vector_multi_raw.h:20