Classes | Namespaces | Typedefs | Functions

Albany_DataTypes.hpp File Reference

#include "Sacado_MathFunctions.hpp"
#include "Stokhos_Sacado_MathFunctions.hpp"
#include "Sacado_ELRFad_DFad.hpp"
#include "Sacado_ELRCacheFad_DFad.hpp"
#include "Sacado_Fad_DFad.hpp"
#include "Sacado_ELRFad_SLFad.hpp"
#include "Sacado_CacheFad_DFad.hpp"
#include "Sacado_PCE_OrthogPoly.hpp"
#include "Sacado_ETV_Vector.hpp"
#include "Sacado_ScalarParameterLibrary.hpp"
#include "Sacado_ScalarParameterVector.hpp"
Include dependency graph for Albany_DataTypes.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  SPL_Traits
struct  SPL_Traits::apply< T >

Namespaces

namespace  Albany
 

Albany driver code, problems, discretizations, and responses.


Typedefs

typedef double RealType
 Data Type Definitions that span the code.
typedef Sacado::ELRFad::DFad
< double > 
FadType
typedef Sacado::ELRFad::DFad
< double > 
TanFadType
typedef
Stokhos::StandardStorage< int,
double > 
StorageType
typedef
Sacado::PCE::OrthogPoly
< double, StorageType
SGType
typedef Sacado::Fad::DFad< SGTypeSGFadType
typedef Sacado::ETV::Vector
< double, StorageType
MPType
typedef Sacado::Fad::DFad< MPTypeMPFadType
typedef
Sacado::ScalarParameterLibrary
< SPL_Traits
ParamLib
typedef
Sacado::ScalarParameterVector
< SPL_Traits
ParamVec

Functions

template<typename T >
Sacado::ScalarType< T >::type Albany::ADValue (const T &x)

Typedef Documentation

typedef double RealType

Data Type Definitions that span the code.

Definition at line 24 of file Albany_DataTypes.hpp.

typedef Sacado::ELRFad::DFad<double> FadType

Definition at line 31 of file Albany_DataTypes.hpp.

typedef Sacado::ELRFad::DFad<double> TanFadType

Definition at line 33 of file Albany_DataTypes.hpp.

typedef Stokhos::StandardStorage<int,double> StorageType

Definition at line 34 of file Albany_DataTypes.hpp.

typedef Sacado::PCE::OrthogPoly<double,StorageType> SGType

Definition at line 35 of file Albany_DataTypes.hpp.

typedef Sacado::Fad::DFad<SGType> SGFadType

Definition at line 36 of file Albany_DataTypes.hpp.

typedef Sacado::ETV::Vector<double,StorageType> MPType

Definition at line 37 of file Albany_DataTypes.hpp.

typedef Sacado::Fad::DFad<MPType> MPFadType

Definition at line 38 of file Albany_DataTypes.hpp.

typedef Sacado::ScalarParameterLibrary<SPL_Traits> ParamLib

Definition at line 55 of file Albany_DataTypes.hpp.

typedef Sacado::ScalarParameterVector<SPL_Traits> ParamVec

Definition at line 56 of file Albany_DataTypes.hpp.