AXOM
Axom provides a robust, flexible software infrastructure for the development of multi-physics applications and computational tools.
FieldTypes.hpp File Reference

Classes

struct  axom::mint::field_traits< FieldType >
 Field traits struct to map a C++ primitive type to a FieldType. More...
 
struct  axom::mint::field_traits< axom::float32 >
 
struct  axom::mint::field_traits< axom::float64 >
 
struct  axom::mint::field_traits< std::int32_t >
 
struct  axom::mint::field_traits< std::int64_t >
 

Namespaces

 axom
 
 axom::mint
 

Enumerations

enum  axom::mint::FieldType {
  axom::mint::UNDEFINED_FIELD_TYPE = -1 , axom::mint::FLOAT_FIELD_TYPE , axom::mint::DOUBLE_FIELD_TYPE , axom::mint::INT32_FIELD_TYPE ,
  axom::mint::INT64_FIELD_TYPE , axom::mint::NUMBER_OF_FIELD_TYPES
}
 Enumerates the set of allowable field types. More...