#include <PHAL_AlbanyTraits.hpp>
Classes | |
struct | Jacobian |
struct | Residual |
struct | Tangent |
Public Types | |
typedef Sacado::mpl::vector < Residual, Jacobian, Tangent > | EvalTypes |
typedef boost::mpl::vector < Residual, Jacobian, Tangent > | BEvalTypes |
typedef Sacado::mpl::vector < RealType > | ResidualDataTypes |
typedef Sacado::mpl::vector < FadType, RealType > | JacobianDataTypes |
typedef Sacado::mpl::vector < TanFadType, RealType > | TangentDataTypes |
typedef boost::mpl::map < boost::mpl::pair< Residual, ResidualDataTypes > , boost::mpl::pair< Jacobian, JacobianDataTypes > , boost::mpl::pair< Tangent, TangentDataTypes > >::type | EvalToDataMap |
typedef PHX::NewAllocator | Allocator |
typedef const std::string & | SetupData |
typedef Workset & | EvalData |
typedef Workset & | PreEvalData |
typedef Workset & | PostEvalData |
Definition at line 36 of file PHAL_AlbanyTraits.hpp.
typedef Sacado::mpl::vector<Residual, Jacobian, Tangent> PHAL::AlbanyTraits::EvalTypes |
Definition at line 65 of file PHAL_AlbanyTraits.hpp.
typedef boost::mpl::vector<Residual, Jacobian, Tangent> PHAL::AlbanyTraits::BEvalTypes |
Definition at line 66 of file PHAL_AlbanyTraits.hpp.
typedef Sacado::mpl::vector<RealType> PHAL::AlbanyTraits::ResidualDataTypes |
Definition at line 79 of file PHAL_AlbanyTraits.hpp.
typedef Sacado::mpl::vector<FadType,RealType> PHAL::AlbanyTraits::JacobianDataTypes |
Definition at line 82 of file PHAL_AlbanyTraits.hpp.
typedef Sacado::mpl::vector<TanFadType,RealType> PHAL::AlbanyTraits::TangentDataTypes |
Definition at line 85 of file PHAL_AlbanyTraits.hpp.
typedef boost::mpl::map< boost::mpl::pair<Residual, ResidualDataTypes>, boost::mpl::pair<Jacobian, JacobianDataTypes>, boost::mpl::pair<Tangent, TangentDataTypes> >::type PHAL::AlbanyTraits::EvalToDataMap |
Definition at line 125 of file PHAL_AlbanyTraits.hpp.
typedef PHX::NewAllocator PHAL::AlbanyTraits::Allocator |
Definition at line 131 of file PHAL_AlbanyTraits.hpp.
typedef const std::string& PHAL::AlbanyTraits::SetupData |
Definition at line 137 of file PHAL_AlbanyTraits.hpp.
typedef Workset& PHAL::AlbanyTraits::EvalData |
Definition at line 139 of file PHAL_AlbanyTraits.hpp.
typedef Workset& PHAL::AlbanyTraits::PreEvalData |
Definition at line 140 of file PHAL_AlbanyTraits.hpp.
typedef Workset& PHAL::AlbanyTraits::PostEvalData |
Definition at line 141 of file PHAL_AlbanyTraits.hpp.