Loading [MathJax]/extensions/tex2jax.js
COOLFluiD  Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
WrapExpression Struct Reference

Grammar to do the expression wrapping. More...

#include <ElementExpressionWrapper.hpp>

Inherits or_< boost::proto::when< boost::proto::multiplies< boost::proto::_, boost::proto::_ >, WrapMatrixExpression(boost::proto::functional::make_multiplies(WrapExpression(boost::proto::_left), WrapExpression(boost::proto::_right))) >, boost::proto::when< boost::proto::function< boost::proto::terminal< IntegralTag< boost::proto::_ > >, boost::proto::_ >, WrapMatrixExpression(boost::proto::functional::make_function(WrapExpression(boost::proto::_child0), WrapExpression(boost::proto::_child1))) >, boost::proto::when< boost::proto::function< boost::proto::terminal< SFOp< CustomSFOp< boost::proto::_ > > >, boost::proto::vararg< boost::proto::_ > >, WrapMatrixExpression(boost::proto::function< boost::proto::_, boost::proto::vararg< WrapExpression > >) >, boost::proto::when< boost::proto::terminal< SFOp< CustomSFOp< boost::proto::_ > > >, WrapMatrixExpression >, boost::proto::nary_expr< boost::proto::_, boost::proto::vararg< WrapExpression > > >.

Detailed Description

Grammar to do the expression wrapping.

Definition at line 116 of file ElementExpressionWrapper.hpp.


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