LifeV
ExpressionScalarToVector.hpp File Reference

This expression will collect three expressions that return a scalar into a vector. Used for computing the laplacian of a vector field. More...

+ Include dependency graph for ExpressionScalarToVector.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  ExpressionScalarToVector< ExpressionType, FieldDim >
 

Namespaces

 LifeV
 Default Physical Solver.
 
 LifeV::ExpressionAssembly
 

Functions

template<typename ExpressionType , UInt FieldDim>
ExpressionScalarToVector< ExpressionType, FieldDim > scalarToVector (const ExpressionBase< ExpressionType > &expr1, const ExpressionBase< ExpressionType > &expr2, const ExpressionBase< ExpressionType > &expr3)
 

Detailed Description

This expression will collect three expressions that return a scalar into a vector. Used for computing the laplacian of a vector field.

Author
Davide Forti david.nosp@m.e.fo.nosp@m.rti@e.nosp@m.pfl..nosp@m.ch
Date
02-2014

Definition in file ExpressionScalarToVector.hpp.