|
class | Dune::LFETensor< F, dimD, deriv > |
|
struct | Dune::FieldTraits< LFETensor< F, dimD, deriv > > |
|
struct | Dune::LFETensor< F, 0, deriv > |
|
struct | Dune::LFETensor< F, 0, 0 > |
|
class | Dune::LFETensor< F, dimD, 0 > |
|
struct | Dune::FieldTraits< Derivatives< F, dimD, dimR, deriv, layout > > |
|
struct | Dune::Derivatives< F, dimD, dimR, deriv, DerivativeLayoutNS::value > |
|
struct | Dune::Derivatives< F, dimD, dimR, 0, DerivativeLayoutNS::value > |
|
struct | Dune::Derivatives< F, dimD, dimR, deriv, DerivativeLayoutNS::derivative > |
|
struct | Dune::LFETensorAxpy< Vec1, Vec2, deriv > |
|
struct | Dune::LFETensorAxpy< Derivatives< F1, dimD, dimR, d, DerivativeLayoutNS::value >, Vec2, deriv > |
|
struct | Dune::LFETensorAxpy< Derivatives< F1, dimD, dimR, d, DerivativeLayoutNS::derivative >, Vec2, deriv > |
|
struct | Dune::LFETensorAxpy< Derivatives< F1, dimD, 1, d, DerivativeLayoutNS::derivative >, Vec2, deriv > |
|
struct | Dune::LFETensorAxpy< Derivatives< F1, dimD, 1, d, DerivativeLayoutNS::value >, Vec2, deriv > |
|
struct | Dune::DerivativeAssign< Vec1, Vec2 > |
|
struct | Dune::DerivativeAssign< Derivatives< F1, dimD, dimR, deriv, layout >, Derivatives< F2, dimD, dimR, deriv, layout > > |
|
struct | Dune::DerivativeAssign< Derivatives< F1, dimD, dimR, deriv, DerivativeLayoutNS::value >, Derivatives< F2, dimD, dimR, deriv, DerivativeLayoutNS::derivative > > |
|
struct | Dune::DerivativeAssign< Derivatives< F1, dimD, dimR, deriv, DerivativeLayoutNS::derivative >, Derivatives< F2, dimD, dimR, deriv, DerivativeLayoutNS::value > > |
|
struct | Dune::DerivativeAssign< Derivatives< F1, dimD, 1, deriv, layout >, Derivatives< F2, dimD, dimR, deriv, DerivativeLayoutNS::value > > |
|
struct | Dune::DerivativeAssign< Derivatives< F1, dimD, 1, deriv, layout >, Derivatives< F2, dimD, dimR, deriv, DerivativeLayoutNS::derivative > > |
|
struct | Dune::DerivativeAssign< Derivatives< F1, dimD, 1, deriv, DerivativeLayoutNS::value >, Derivatives< F2, dimD, 1, deriv, DerivativeLayoutNS::value > > |
|
struct | Dune::DerivativeAssign< Derivatives< F1, dimD, 1, deriv, DerivativeLayoutNS::derivative >, Derivatives< F2, dimD, 1, deriv, DerivativeLayoutNS::derivative > > |
|
struct | Dune::DerivativeAssign< Derivatives< F1, dimD, 1, deriv, DerivativeLayoutNS::derivative >, Derivatives< F2, dimD, 1, deriv, DerivativeLayoutNS::value > > |
|
struct | Dune::DerivativeAssign< Derivatives< F1, dimD, 1, deriv, DerivativeLayoutNS::value >, Derivatives< F2, dimD, 1, deriv, DerivativeLayoutNS::derivative > > |
|
struct | Dune::DerivativeAssign< Derivatives< F1, dimD, 1, deriv, layout >, F2 > |
|
struct | Dune::DerivativeAssign< Derivatives< F1, dimD, dimR, deriv, DerivativeLayoutNS::value >, FieldVector< F2, dimR > > |
|
struct | Dune::DerivativeAssign< Derivatives< F1, dimD, dimR, deriv, DerivativeLayoutNS::derivative >, FieldVector< F2, dimR > > |
|
struct | Dune::DerivativeAssign< Derivatives< F1, dimD, 1, deriv, DerivativeLayoutNS::value >, FieldVector< F2, dimR > > |
|
struct | Dune::DerivativeAssign< Derivatives< F1, dimD, 1, deriv, DerivativeLayoutNS::derivative >, FieldVector< F2, dimR > > |
|
struct | Dune::DerivativeAssign< Derivatives< F1, dimD, 1, deriv, DerivativeLayoutNS::value >, FieldVector< F2, 1 > > |
|
struct | Dune::DerivativeAssign< Derivatives< F1, dimD, 1, deriv, DerivativeLayoutNS::derivative >, FieldVector< F2, 1 > > |
|
|
template<class F , int dimD, unsigned int deriv> |
std::ostream & | Dune::operator<< (std::ostream &out, const LFETensor< F, dimD, deriv > &tensor) |
|
template<class F , int dimD, int dimR, unsigned int deriv> |
std::ostream & | Dune::operator<< (std::ostream &out, const Derivatives< F, dimD, dimR, deriv, DerivativeLayoutNS::derivative > &d) |
|
template<class F , int dimD, int dimR, unsigned int deriv> |
std::ostream & | Dune::operator<< (std::ostream &out, const Derivatives< F, dimD, dimR, deriv, DerivativeLayoutNS::value > &d) |
|
template<class F , int dimD, int dimR> |
std::ostream & | Dune::operator<< (std::ostream &out, const Derivatives< F, dimD, dimR, 0, DerivativeLayoutNS::derivative > &d) |
|
template<class F , int dimD, int dimR> |
std::ostream & | Dune::operator<< (std::ostream &out, const Derivatives< F, dimD, dimR, 0, DerivativeLayoutNS::value > &d) |
|
template<class F , int dimD, int dimR, unsigned int deriv, DerivativeLayoutNS::DerivativeLayout layout> |
std::ostream & | Dune::operator<< (std::ostream &out, const std::vector< Derivatives< F, dimD, dimR, deriv, layout > > &y) |
|