COOLFluiD  Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
Public Types | Public Member Functions | List of all members
FieldVariable< I, T > Struct Template Reference

#include <Terminals.hpp>

Inherits extends< NumberedTermType< I, T >::type, FieldVariable< I, T > >.

Public Types

typedef boost::proto::extends< typename NumberedTermType< I, T >::type, FieldVariable< I, T > > base_type
 

Public Member Functions

 FieldVariable ()
 
template<typename T1 >
 FieldVariable (const T1 &par1)
 
template<typename T1 >
 FieldVariable (T1 &par1)
 
template<typename T1 , typename T2 >
 FieldVariable (const T1 &par1, const T2 &par2)
 
template<typename T1 , typename T2 >
 FieldVariable (T1 &par1, T2 &par2)
 
template<typename T1 , typename T2 , typename T3 >
 FieldVariable (const T1 &par1, const T2 &par2, const T3 &par3)
 
template<typename T1 , typename T2 , typename T3 >
 FieldVariable (T1 &par1, T2 &par2, T3 &par3)
 

Detailed Description

template<Uint I, typename T>
struct cf3::solver::actions::Proto::FieldVariable< I, T >

Definition at line 166 of file Terminals.hpp.

Member Typedef Documentation

typedef boost::proto::extends< typename NumberedTermType<I, T>::type, FieldVariable<I, T> > base_type

Definition at line 169 of file Terminals.hpp.

Constructor & Destructor Documentation

FieldVariable ( )
inline

Definition at line 171 of file Terminals.hpp.

FieldVariable ( const T1 &  par1)
inline

Definition at line 174 of file Terminals.hpp.

FieldVariable ( T1 &  par1)
inline

Definition at line 177 of file Terminals.hpp.

FieldVariable ( const T1 &  par1,
const T2 &  par2 
)
inline

Definition at line 180 of file Terminals.hpp.

FieldVariable ( T1 &  par1,
T2 &  par2 
)
inline

Definition at line 183 of file Terminals.hpp.

FieldVariable ( const T1 &  par1,
const T2 &  par2,
const T3 &  par3 
)
inline

Definition at line 186 of file Terminals.hpp.

FieldVariable ( T1 &  par1,
T2 &  par2,
T3 &  par3 
)
inline

Definition at line 189 of file Terminals.hpp.


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