COOLFluiD  Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
Public Member Functions | Public Attributes | List of all members
ElementData< VariablesT, VariablesEtypeTT, SupportEtypeT, EquationVariablesInT >::InitVariablesData Struct Reference

Initializes the pointers in a VariablesDataT fusion sequence. More...

Public Member Functions

 InitVariablesData (VariablesT &vars, mesh::Elements &elems, VariablesDataT &vars_data, const SupportT &sup)
 
template<typename I >
void operator() (const I &)
 
void apply (const boost::mpl::void_ &, const boost::mpl::void_ &)
 
template<typename VarT , typename VarDataT >
void apply (const VarT &v, VarDataT *&d)
 

Public Attributes

VariablesTm_variables
 
mesh::Elementsm_elements
 
VariablesDataTm_variables_data
 
const SupportTm_support
 

Detailed Description

template<typename VariablesT, typename VariablesEtypeTT, typename SupportEtypeT, typename EquationVariablesInT>
struct cf3::solver::actions::Proto::ElementData< VariablesT, VariablesEtypeTT, SupportEtypeT, EquationVariablesInT >::InitVariablesData

Initializes the pointers in a VariablesDataT fusion sequence.

Definition at line 1096 of file ElementData.hpp.

Constructor & Destructor Documentation

InitVariablesData ( VariablesT vars,
mesh::Elements elems,
VariablesDataT vars_data,
const SupportT sup 
)
inline

Definition at line 1098 of file ElementData.hpp.

Member Function Documentation

void apply ( const boost::mpl::void_ &  ,
const boost::mpl::void_ &   
)
inline

Definition at line 1112 of file ElementData.hpp.

void apply ( const VarT &  v,
VarDataT *&  d 
)
inline

Definition at line 1117 of file ElementData.hpp.

void operator() ( const I &  )
inline

Definition at line 1107 of file ElementData.hpp.

Member Data Documentation

mesh::Elements& m_elements

Definition at line 1123 of file ElementData.hpp.

const SupportT& m_support

Definition at line 1125 of file ElementData.hpp.

VariablesT& m_variables

Definition at line 1122 of file ElementData.hpp.

VariablesDataT& m_variables_data

Definition at line 1124 of file ElementData.hpp.


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