COOLFluiD  Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
Public Types | List of all members
NodesTimesDim< VariableT, SF, SupportSF > Struct Template Reference

Given a variable's data, get the product of the number of nodes with the dimension variable (i.e. the size of the element matrix if this variable would be the only one in the problem) More...

#include <ElementMatrix.hpp>

Public Types

typedef boost::mpl::int_< SF::nb_nodes *FieldWidth< VariableT, SupportSF >::value > type
 

Detailed Description

template<typename VariableT, typename SF, typename SupportSF>
struct cf3::solver::actions::Proto::NodesTimesDim< VariableT, SF, SupportSF >

Given a variable's data, get the product of the number of nodes with the dimension variable (i.e. the size of the element matrix if this variable would be the only one in the problem)

Definition at line 238 of file ElementMatrix.hpp.

Member Typedef Documentation

typedef boost::mpl::int_<SF::nb_nodes * FieldWidth<VariableT, SupportSF>::value> type

Definition at line 240 of file ElementMatrix.hpp.


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