LifeV
|
ExpressionPosition - Expression for the position (=quadrature node) More...
#include <ExpressionPosition.hpp>
Public Types | |
typedef ExpressionBase< ExpressionPosition > | base_Type |
Constructor & Destructor | |
ExpressionPosition () | |
Empty Constructor. More... | |
ExpressionPosition (const ExpressionPosition &) | |
Copy constructor. More... | |
~ExpressionPosition () | |
Destructor. More... | |
Methods | |
static void | display (std::ostream &out=std::cout) |
Display method. More... | |
Additional Inherited Members | |
Public Types inherited from ExpressionBase< ExpressionPosition > | |
typedef ExpressionPosition | derived_Type |
Public Member Functions inherited from ExpressionBase< ExpressionPosition > | |
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... | |
ExpressionPosition - Expression for the position (=quadrature node)
Definition at line 54 of file ExpressionPosition.hpp.
typedef ExpressionBase<ExpressionPosition> base_Type |
Definition at line 61 of file ExpressionPosition.hpp.
Empty Constructor.
Definition at line 47 of file ExpressionPosition.cpp.
ExpressionPosition | ( | const ExpressionPosition & | ) |
Copy constructor.
Definition at line 51 of file ExpressionPosition.cpp.
~ExpressionPosition | ( | ) |
Destructor.
Definition at line 55 of file ExpressionPosition.cpp.
|
static |
Display method.
Definition at line 63 of file ExpressionPosition.cpp.