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

Fusion functor to evaluate each child expression using the GrammarT supplied in the template argument. More...

#include <ElementIntegration.hpp>

Public Member Functions

 evaluate_expr (typename impl::expr_param expr, typename impl::state_param state, typename impl::data_param data, const Real weight)
 
template<typename I >
void operator() (const I &) const
 
template<typename ChildExprT >
void evaluate_child (ChildExprT &expr) const
 
template<typename ChildExprT >
void tag_dispatch (const boost::proto::tag::plus_assign, ChildExprT &expr) const
 
template<typename TagT , typename ChildExprT >
void tag_dispatch (const TagT, ChildExprT &expr) const
 

Private Attributes

impl::expr_param m_expr
 
impl::state_param m_state
 
impl::data_param m_data
 
const Real m_weight
 

Detailed Description

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

Fusion functor to evaluate each child expression using the GrammarT supplied in the template argument.

Definition at line 194 of file ElementIntegration.hpp.

Constructor & Destructor Documentation

evaluate_expr ( typename impl::expr_param  expr,
typename impl::state_param  state,
typename impl::data_param  data,
const Real  weight 
)
inline

Definition at line 196 of file ElementIntegration.hpp.

Member Function Documentation

void evaluate_child ( ChildExprT &  expr) const
inline

Definition at line 211 of file ElementIntegration.hpp.

void operator() ( const I &  ) const
inline

Definition at line 205 of file ElementIntegration.hpp.

void tag_dispatch ( const boost::proto::tag::plus_assign  ,
ChildExprT &  expr 
) const
inline

Definition at line 217 of file ElementIntegration.hpp.

void tag_dispatch ( const TagT  ,
ChildExprT &  expr 
) const
inline

Definition at line 224 of file ElementIntegration.hpp.

Member Data Documentation

impl::data_param m_data
private

Definition at line 232 of file ElementIntegration.hpp.

impl::expr_param m_expr
private

Definition at line 230 of file ElementIntegration.hpp.

impl::state_param m_state
private

Definition at line 231 of file ElementIntegration.hpp.

const Real m_weight
private

Definition at line 233 of file ElementIntegration.hpp.


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