LifeV
|
class ExpressionVector Class representing a constant vectorial value in an expression More...
#include <ExpressionVectorFromNonConstantMatrix.hpp>
Private Attributes | |
ExpressionType | M_expr |
UInt | M_column |
Public Types | |
typedef ExpressionBase< ExpressionVectorFromNonConstantMatrix< ExpressionType, SpaceDim, FieldDim > > | base_Type |
Constructors & Destructor | |
ExpressionVectorFromNonConstantMatrix (const ExpressionType &expression, const UInt column) | |
Constructor using the vector of values. More... | |
ExpressionVectorFromNonConstantMatrix (const ExpressionVectorFromNonConstantMatrix< ExpressionType, SpaceDim, FieldDim > &expr) | |
Copy constructor. More... | |
~ExpressionVectorFromNonConstantMatrix () | |
Destructor. More... | |
Methods | |
static void | display (std::ostream &out=std::cout) |
Display method. More... | |
Get Methods | |
const ExpressionType & | expr () const |
Getter for the vector of values. More... | |
const UInt & | column () const |
Getter for the vector of values. More... | |
Private Methods | |
ExpressionVectorFromNonConstantMatrix () | |
Additional Inherited Members | |
Public Types inherited from ExpressionBase< ExpressionVectorFromNonConstantMatrix< ExpressionType, SpaceDim, FieldDim > > | |
typedef ExpressionVectorFromNonConstantMatrix< ExpressionType, SpaceDim, FieldDim > | derived_Type |
Public Member Functions inherited from ExpressionBase< ExpressionVectorFromNonConstantMatrix< ExpressionType, SpaceDim, FieldDim > > | |
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 61 of file ExpressionVectorFromNonConstantMatrix.hpp.
typedef ExpressionBase<ExpressionVectorFromNonConstantMatrix<ExpressionType, SpaceDim, FieldDim> > base_Type |
Definition at line 68 of file ExpressionVectorFromNonConstantMatrix.hpp.
|
inline |
Constructor using the vector of values.
Definition at line 77 of file ExpressionVectorFromNonConstantMatrix.hpp.
|
inline |
Copy constructor.
Definition at line 81 of file ExpressionVectorFromNonConstantMatrix.hpp.
|
inline |
Destructor.
Definition at line 85 of file ExpressionVectorFromNonConstantMatrix.hpp.
|
private |
|
inlinestatic |
Display method.
Definition at line 94 of file ExpressionVectorFromNonConstantMatrix.hpp.
|
inline |
Getter for the vector of values.
Definition at line 106 of file ExpressionVectorFromNonConstantMatrix.hpp.
|
inline |
Getter for the vector of values.
Definition at line 112 of file ExpressionVectorFromNonConstantMatrix.hpp.
|
private |
Definition at line 128 of file ExpressionVectorFromNonConstantMatrix.hpp.
|
private |
Definition at line 129 of file ExpressionVectorFromNonConstantMatrix.hpp.