COOLFluiD  Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
Public Types | Public Member Functions | List of all members
EigenProductEval< GrammarT >::impl< ExprT, StateT, DataT > Struct Template Reference

#include <EigenTransforms.hpp>

Inherits transform_impl< ExprT, StateT, DataT >.

Public Types

typedef boost::proto::result_of::left< ExprT >::type LeftExprT
 
typedef boost::proto::result_of::right< ExprT >::type RightExprT
 
typedef boost::result_of< GrammarT(LeftExprT, StateT, DataT)>::type LeftT
 
typedef boost::result_of< GrammarT(RightExprT, StateT, DataT)>::type RightT
 
typedef boost::remove_const< typename boost::remove_reference< LeftT >::type >::type UnRefLeftT
 
typedef boost::remove_const< typename boost::remove_reference< RightT >::type >::type UnRefRightT
 
typedef const ValueType< typename EigenProductType< UnRefLeftT, UnRefRightT >::type >::type & result_type
 

Public Member Functions

result_type operator() (typename impl::expr_param expr, typename impl::state_param state, typename impl::data_param data) const
 
template<typename StoredT , typename ResultT >
void store_result (StoredT &stored, const ResultT &result) const
 
template<typename ResultT >
void store_result (Real &stored, const ResultT &result) const
 

Detailed Description

template<typename GrammarT>
template<typename ExprT, typename StateT, typename DataT>
struct cf3::solver::actions::Proto::EigenProductEval< GrammarT >::impl< ExprT, StateT, DataT >

Definition at line 112 of file EigenTransforms.hpp.

Member Typedef Documentation

typedef boost::proto::result_of::left<ExprT>::type LeftExprT

Definition at line 114 of file EigenTransforms.hpp.

typedef boost::result_of<GrammarT(LeftExprT, StateT, DataT)>::type LeftT

Definition at line 117 of file EigenTransforms.hpp.

typedef const ValueType< typename EigenProductType<UnRefLeftT, UnRefRightT>::type >::type& result_type

Definition at line 123 of file EigenTransforms.hpp.

typedef boost::proto::result_of::right<ExprT>::type RightExprT

Definition at line 115 of file EigenTransforms.hpp.

typedef boost::result_of<GrammarT(RightExprT, StateT, DataT)>::type RightT

Definition at line 118 of file EigenTransforms.hpp.

typedef boost::remove_const<typename boost::remove_reference<LeftT>::type>::type UnRefLeftT

Definition at line 120 of file EigenTransforms.hpp.

typedef boost::remove_const<typename boost::remove_reference<RightT>::type>::type UnRefRightT

Definition at line 121 of file EigenTransforms.hpp.

Member Function Documentation

result_type operator() ( typename impl< ExprT, StateT, DataT >::expr_param  expr,
typename impl< ExprT, StateT, DataT >::state_param  state,
typename impl< ExprT, StateT, DataT >::data_param  data 
) const
inline

Definition at line 126 of file EigenTransforms.hpp.

void store_result ( StoredT &  stored,
const ResultT &  result 
) const
inline

Definition at line 133 of file EigenTransforms.hpp.

void store_result ( Real &  stored,
const ResultT &  result 
) const
inline

Definition at line 139 of file EigenTransforms.hpp.


The documentation for this struct was generated from the following file:
Send comments to:
COOLFluiD Web Admin