COOLFluiD  Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
ElementMatrixGrammarIndexed< I, J > Struct Template Reference

Gets submatrices of vector variables. More...

#include <ElementMatrix.hpp>

Inherits or_< boost::proto::when< IsSubRows< boost::proto::_ >, boost::proto::call< SubRows< I, J > >(boost::proto::_expr, ElementMatrixBlockValue) >, boost::proto::when< IsVectorSubRows< boost::proto::_ >, boost::proto::call< VectorSubRows< I, J > >(boost::proto::_expr, ElementVectorRowsValue) >, boost::proto::when< IsSubCols< boost::proto::_ >, boost::proto::call< SubCols< I, J > >(boost::proto::_expr, ElementMatrixBlockValue) >, boost::proto::when< IsSubMatrix< boost::proto::_ >, boost::proto::call< SubMatrix< I, J > >(boost::proto::_expr, ElementMatrixBlockValue) > >.

Detailed Description

template<typename I, typename J>
struct cf3::solver::actions::Proto::ElementMatrixGrammarIndexed< I, J >

Gets submatrices of vector variables.

Definition at line 598 of file ElementMatrix.hpp.


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