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 >::DeleteVariablesData Struct Reference

Delete stored per-variable data. More...

Public Member Functions

 DeleteVariablesData (VariablesDataT &vars_data)
 
template<typename I >
void operator() (const I &)
 
void apply (const boost::mpl::void_ &)
 
template<typename T >
void apply (T *&d)
 

Public Attributes

VariablesDataTvariables_data
 

Detailed Description

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

Delete stored per-variable data.

Definition at line 1129 of file ElementData.hpp.

Constructor & Destructor Documentation

DeleteVariablesData ( VariablesDataT vars_data)
inline

Definition at line 1131 of file ElementData.hpp.

Member Function Documentation

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

Definition at line 1141 of file ElementData.hpp.

void apply ( T *&  d)
inline

Definition at line 1146 of file ElementData.hpp.

void operator() ( const I &  )
inline

Definition at line 1136 of file ElementData.hpp.

Member Data Documentation

VariablesDataT& variables_data

Definition at line 1151 of file ElementData.hpp.


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