COOLFluiD
Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
|
Struct keeping track of data associated with numbered variables in node expressions. More...
#include <NodeData.hpp>
Public Types | |
typedef T | ValueT |
Stored value type. More... | |
typedef ValueT & | ValueResultT |
Return type of the value() method. More... | |
Public Member Functions | |
NodeVarData (T &var, mesh::Region &) | |
void | set_node (const Uint) |
ValueResultT | value () |
By default, value just returns the supplied value. More... | |
Private Attributes | |
T & | m_var |
Struct keeping track of data associated with numbered variables in node expressions.
Definition at line 63 of file NodeData.hpp.
typedef ValueT& ValueResultT |
Return type of the value() method.
Definition at line 69 of file NodeData.hpp.
typedef T ValueT |
Stored value type.
Definition at line 66 of file NodeData.hpp.
|
inline |
Definition at line 71 of file NodeData.hpp.
|
inline |
Definition at line 75 of file NodeData.hpp.
|
inline |
By default, value just returns the supplied value.
Definition at line 78 of file NodeData.hpp.
|
private |
Definition at line 84 of file NodeData.hpp.
Send comments to: COOLFluiD Web Admin |