COOLFluiD  Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
Public Types | Public Member Functions | List of all members
VectorSubRows< I, J >::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::mpl::prior< typename boost::result_of< ExprVarArity(Child1T)>::type >::type RowVarIdxT
 
typedef VarDataType< RowVarIdxT, DataT >::type RowVarDataT
 
typedef boost::remove_reference< StateT >::type VectorT
 
typedef Eigen::Block< VectorT, RowVarDataT::EtypeT::nb_nodes, 1 > result_type
 

Public Member Functions

result_type operator() (typename impl::expr_param expr, typename boost::remove_const< typename impl::state >::type matrix, typename impl::data_param data) const
 

Detailed Description

template<typename I, typename J>
template<typename ExprT, typename StateT, typename DataT>
struct cf3::solver::actions::Proto::VectorSubRows< I, J >::impl< ExprT, StateT, DataT >

Definition at line 468 of file ElementMatrix.hpp.

Member Typedef Documentation

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

Definition at line 470 of file ElementMatrix.hpp.

typedef Eigen::Block< VectorT, RowVarDataT::EtypeT::nb_nodes, 1 > result_type

Definition at line 481 of file ElementMatrix.hpp.

typedef VarDataType<RowVarIdxT, DataT>::type RowVarDataT

Definition at line 472 of file ElementMatrix.hpp.

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

Definition at line 471 of file ElementMatrix.hpp.

typedef boost::remove_reference<StateT>::type VectorT

Definition at line 474 of file ElementMatrix.hpp.

Member Function Documentation

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

Definition at line 483 of file ElementMatrix.hpp.


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