COOLFluiD  Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
Public Member Functions | Private Member Functions | List of all members
ElementLooperImpl< DataT > Struct Template Reference

Helper struct to launch execution once all shape functions have been determined. More...

#include <ElementLooper.hpp>

Public Member Functions

template<typename ExprT >
void operator() (const ExprT &expr, DataT &data, const Uint nb_elems) const
 

Private Member Functions

template<typename FilteredExprT >
void run (const FilteredExprT &expr, DataT &data, const Uint nb_elems) const
 

Detailed Description

template<typename DataT>
struct cf3::solver::actions::Proto::ElementLooperImpl< DataT >

Helper struct to launch execution once all shape functions have been determined.

Definition at line 159 of file ElementLooper.hpp.

Member Function Documentation

void operator() ( const ExprT &  expr,
DataT &  data,
const Uint  nb_elems 
) const
inline

Definition at line 162 of file ElementLooper.hpp.

void run ( const FilteredExprT &  expr,
DataT &  data,
const Uint  nb_elems 
) const
inlineprivate

Definition at line 170 of file ElementLooper.hpp.


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