Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007 #include "PHAL_AlbanyTraits.hpp"
00008
00009 const std::string PHX::TypeString<PHAL::AlbanyTraits::Residual>::value =
00010 "<Residual>";
00011
00012 const std::string PHX::TypeString<PHAL::AlbanyTraits::Jacobian>::value =
00013 "<Jacobian>";
00014
00015 const std::string PHX::TypeString<PHAL::AlbanyTraits::Tangent>::value =
00016 "<Tangent>";
00017
00018 const std::string PHX::TypeString<RealType>::value =
00019 "double";
00020
00021
00022 const std::string PHX::TypeString<FadType>::
00023 value = "Sacado::ELRFad::DFad<double>";
00024
00025 #ifdef ALBANY_FADTYPE_NOTEQUAL_TANFADTYPE
00026
00027 const std::string PHX::TypeString<TanFadType>::
00028 value = "Sacado::ELRFad::DFad<double>";
00029 #endif
00030
00031 #ifdef ALBANY_SG_MP
00032 const std::string PHX::TypeString<PHAL::AlbanyTraits::SGResidual>::value =
00033 "<SGResidual>";
00034
00035 const std::string PHX::TypeString<PHAL::AlbanyTraits::SGJacobian>::value =
00036 "<SGJacobian>";
00037
00038 const std::string PHX::TypeString<PHAL::AlbanyTraits::SGTangent>::value =
00039 "<SGTangent>";
00040
00041 const std::string PHX::TypeString<PHAL::AlbanyTraits::MPResidual>::value =
00042 "<MPResidual>";
00043
00044 const std::string PHX::TypeString<PHAL::AlbanyTraits::MPJacobian>::value =
00045 "<MPJacobian>";
00046
00047 const std::string PHX::TypeString<PHAL::AlbanyTraits::MPTangent>::value =
00048 "<MPTangent>";
00049
00050 const std::string PHX::TypeString<SGType>::
00051 value = "Sacado::PCE::OrthogPoly<double>";
00052
00053 const std::string PHX::TypeString<SGFadType>::
00054 value = "Sacado::ELRCacheFad::DFad< Sacado::PCE::OrthogPoly<double> >";
00055
00056 const std::string PHX::TypeString<MPType>::
00057 value = "Sacado::ETV::Vector<double>";
00058
00059 const std::string PHX::TypeString<MPFadType>::
00060 value = "Sacado::ELRCacheFad::DFad< Sacado::ETV::Vector<double> >";
00061 #endif //ALBANY_SG_MP