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

#include <IndexLooping.hpp>

Public Member Functions

 InnerLoop (typename impl::expr_param expr, typename impl::state_param state, typename impl::data_param data)
 
template<typename I >
void operator() (const I &) const
 

Public Attributes

impl::expr_param m_expr
 
impl::state_param m_state
 
impl::data_param m_data
 

Detailed Description

template<template< typename, typename > class GrammarT>
template<typename ExprT, typename StateT, typename DataT>
template<Uint NJ>
struct cf3::solver::actions::Proto::IndexLooper< GrammarT >::impl< ExprT, StateT, DataT >::InnerLoop< NJ >

Definition at line 144 of file IndexLooping.hpp.

Constructor & Destructor Documentation

InnerLoop ( typename impl::expr_param  expr,
typename impl::state_param  state,
typename impl::data_param  data 
)
inline

Definition at line 146 of file IndexLooping.hpp.

Member Function Documentation

void operator() ( const I &  ) const
inline

Definition at line 154 of file IndexLooping.hpp.

Member Data Documentation

impl::data_param m_data

Definition at line 161 of file IndexLooping.hpp.

impl::expr_param m_expr

Definition at line 159 of file IndexLooping.hpp.

impl::state_param m_state

Definition at line 160 of file IndexLooping.hpp.


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