LifeV
|
#include <ExpressionMetricTensor.hpp>
Public Types | |
typedef ExpressionBase< ExpressionMetricTensor > | base_Type |
Constructor & Destructor | |
ExpressionMetricTensor () | |
Empty Constructor. More... | |
ExpressionMetricTensor (const ExpressionMetricTensor &) | |
Copy constructor. More... | |
~ExpressionMetricTensor () | |
Destructor. More... | |
Methods | |
static void | display (std::ostream &out=std::cout) |
Display method. More... | |
Additional Inherited Members | |
Public Types inherited from ExpressionBase< ExpressionMetricTensor > | |
typedef ExpressionMetricTensor | derived_Type |
Public Member Functions inherited from ExpressionBase< ExpressionMetricTensor > | |
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... | |
Definition at line 49 of file ExpressionMetricTensor.hpp.
Definition at line 56 of file ExpressionMetricTensor.hpp.
Empty Constructor.
Definition at line 46 of file ExpressionMetricTensor.cpp.
ExpressionMetricTensor | ( | const ExpressionMetricTensor & | ) |
Copy constructor.
Definition at line 50 of file ExpressionMetricTensor.cpp.
Destructor.
Definition at line 54 of file ExpressionMetricTensor.cpp.
|
static |
Display method.
Definition at line 62 of file ExpressionMetricTensor.cpp.