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

#include <ElementMatrix.hpp>

Inherits transform_impl< ExprT, StateT, DataT >.

Public Types

typedef VarDataType< ExprT, DataT >::type VarDataT
 
typedef boost::remove_reference< DataT >::type::ElementMatrixT ElementMatrixT
 
typedef Eigen::Block< ElementMatrixT, VarDataT::dimension *VarDataT::EtypeT::nb_nodes, ElementMatrixT::ColsAtCompileTime > result_type
 

Public Member Functions

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

Detailed Description

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

Definition at line 334 of file ElementMatrix.hpp.

Member Typedef Documentation

typedef boost::remove_reference<DataT>::type::ElementMatrixT ElementMatrixT

Definition at line 337 of file ElementMatrix.hpp.

typedef Eigen::Block< ElementMatrixT, VarDataT::dimension * VarDataT::EtypeT::nb_nodes, ElementMatrixT::ColsAtCompileTime > result_type

Definition at line 344 of file ElementMatrix.hpp.

typedef VarDataType<ExprT, DataT>::type VarDataT

Definition at line 336 of file ElementMatrix.hpp.

Member Function Documentation

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

Definition at line 346 of file ElementMatrix.hpp.


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