LifeV
|
File containing the expression to represent a vectorial constant. More...
#include <lifev/core/LifeV.hpp>
#include <lifev/core/array/VectorSmall.hpp>
#include <lifev/eta/expression/ExpressionBase.hpp>
#include <iostream>
Go to the source code of this file.
Data Structures | |
class | ExpressionVector< VectorDim > |
class ExpressionVector Class representing a constant vectorial value in an expression More... | |
Namespaces | |
LifeV | |
Default Physical Solver. | |
LifeV::ExpressionAssembly | |
Functions | |
template<UInt VectorDim> | |
ExpressionVector< VectorDim > | value (const VectorSmall< VectorDim > &myValue) |
Simple function to be used in the construction of an expression. More... | |
File containing the expression to represent a vectorial constant.
Definition in file ExpressionVector.hpp.