COOLFluiD
Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
|
Loop over nodes, using static-sized vectors to store coordinates. More...
#include <NodeLooper.hpp>
Public Types | |
typedef ExpressionProperties< ExprT >::VariablesT | VariablesT |
Type of a fusion vector that can contain a copy of each variable that is used in the expression. More... | |
Public Member Functions | |
NodeLooper (const ExprT &expr, mesh::Region ®ion, VariablesT &variables) | |
template<typename NbDimsT > | |
void | operator() (const NbDimsT &) |
Private Attributes | |
const ExprT & | m_expr |
mesh::Region & | m_region |
VariablesT & | m_variables |
Loop over nodes, using static-sized vectors to store coordinates.
Definition at line 204 of file NodeLooper.hpp.
typedef ExpressionProperties<ExprT>::VariablesT VariablesT |
Type of a fusion vector that can contain a copy of each variable that is used in the expression.
Definition at line 207 of file NodeLooper.hpp.
|
inline |
Definition at line 209 of file NodeLooper.hpp.
|
inline |
Definition at line 217 of file NodeLooper.hpp.
|
private |
Definition at line 233 of file NodeLooper.hpp.
|
private |
Definition at line 234 of file NodeLooper.hpp.
|
private |
Definition at line 235 of file NodeLooper.hpp.
Send comments to: COOLFluiD Web Admin |