#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"

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< SGType > | SGFadType |
| typedef Sacado::ETV::Vector < double, StorageType > | MPType |
| typedef Sacado::Fad::DFad< MPType > | MPFadType |
| 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 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.
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.
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.
1.7.1