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