LifeV
|
class ExpressionVector Class representing a constant vectorial value in an expression More...
#include <ExpressionVector.hpp>
Private Attributes | |
VectorSmall< VectorDim > | M_value |
Public Types | |
typedef ExpressionBase< ExpressionVector< VectorDim > > | base_Type |
Constructors & Destructor | |
ExpressionVector (const VectorSmall< VectorDim > &myValue) | |
Constructor using the vector of values. More... | |
ExpressionVector (const ExpressionVector< VectorDim > &expr) | |
Copy constructor. More... | |
~ExpressionVector () | |
Destructor. More... | |
Methods | |
static void | display (std::ostream &out=std::cout) |
Display method. More... | |
Get Methods | |
const VectorSmall< VectorDim > & | value () const |
Getter for the vector of values. More... | |
Private Methods | |
ExpressionVector () | |
Additional Inherited Members | |
Public Types inherited from ExpressionBase< ExpressionVector< VectorDim > > | |
typedef ExpressionVector< VectorDim > | derived_Type |
Public Member Functions inherited from ExpressionBase< ExpressionVector< VectorDim > > | |
ExpressionBase () | |
Empty and only constructor. More... | |
virtual | ~ExpressionBase () |
Destructor. More... | |
const derived_Type & | cast () const |
Method to cast away the type and get the real (DerivedType) object. More... | |
class ExpressionVector Class representing a constant vectorial value in an expression
Template parameters
VectorDim: The dimension (size) of the vector to be represented.
Definition at line 63 of file ExpressionVector.hpp.
typedef ExpressionBase<ExpressionVector<VectorDim> > base_Type |
Definition at line 70 of file ExpressionVector.hpp.
|
inline |
Constructor using the vector of values.
Definition at line 79 of file ExpressionVector.hpp.
|
inline |
Copy constructor.
Definition at line 83 of file ExpressionVector.hpp.
|
inline |
Destructor.
Definition at line 87 of file ExpressionVector.hpp.
|
private |
|
inlinestatic |
Display method.
Definition at line 96 of file ExpressionVector.hpp.
|
inline |
Getter for the vector of values.
Definition at line 108 of file ExpressionVector.hpp.
|
private |
Definition at line 124 of file ExpressionVector.hpp.