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

#include <ElementMatrix.hpp>

Inherits transform_impl< ExprT, StateT, DataT >.

Public Types

typedef boost::proto::result_of::child_c< ExprT, 1 >::type Child1T
 
typedef boost::proto::result_of::child_c< ExprT, 2 >::type Child2T
 
typedef boost::mpl::prior< typename boost::result_of< ExprVarArity(Child1T)>::type >::type RowVarIdxT
 
typedef boost::mpl::prior< typename boost::result_of< ExprVarArity(Child2T)>::type >::type ColVarIdxT
 
typedef VarDataType< RowVarIdxT, DataT >::type RowVarDataT
 
typedef VarDataType< ColVarIdxT, DataT >::type ColVarDataT
 
typedef Eigen::Block< typename boost::remove_reference< DataT >::type::ElementMatrixT, RowVarDataT::dimension *RowVarDataT::EtypeT::nb_nodes, ColVarDataT::dimension *ColVarDataT::EtypeT::nb_nodes > result_type
 

Public Member Functions

result_type operator() (typename impl::expr_param expr, typename impl::state_param, typename impl::data_param data) const
 

Detailed Description

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

Definition at line 389 of file ElementMatrix.hpp.

Member Typedef Documentation

typedef boost::proto::result_of::child_c<ExprT, 1>::type Child1T

Definition at line 391 of file ElementMatrix.hpp.

typedef boost::proto::result_of::child_c<ExprT, 2>::type Child2T

Definition at line 392 of file ElementMatrix.hpp.

typedef VarDataType<ColVarIdxT, DataT>::type ColVarDataT

Definition at line 396 of file ElementMatrix.hpp.

typedef boost::mpl::prior<typename boost::result_of<ExprVarArity(Child2T)>::type>::type ColVarIdxT

Definition at line 394 of file ElementMatrix.hpp.

typedef Eigen::Block< typename boost::remove_reference<DataT>::type::ElementMatrixT, RowVarDataT::dimension * RowVarDataT::EtypeT::nb_nodes, ColVarDataT::dimension * ColVarDataT::EtypeT::nb_nodes > result_type

Definition at line 403 of file ElementMatrix.hpp.

typedef VarDataType<RowVarIdxT, DataT>::type RowVarDataT

Definition at line 395 of file ElementMatrix.hpp.

typedef boost::mpl::prior<typename boost::result_of<ExprVarArity(Child1T)>::type>::type RowVarIdxT

Definition at line 393 of file ElementMatrix.hpp.

Member Function Documentation

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

Definition at line 405 of file ElementMatrix.hpp.


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