Container that holds all fields associated with a specific DataT. More...
#include <Phalanx_DataContainer.hpp>


Public Member Functions | |
| Teuchos::ArrayRCP< DataT > | getFieldData (const PHX::FieldTag &t) |
| void | allocateField (const Teuchos::RCP< PHX::FieldTag > &t, typename Traits::Allocator &a) |
| const std::type_info & | dataTypeInfo () const |
| std::size_t | getSizeOfDataType () const |
| void | print (std::ostream &os) const |
Container that holds all fields associated with a specific DataT.
One DataContainer is instantiated for each data type in each evaluation type.
1.7.6.1