LifeV
|
#include <ExpressionCubicRoot.hpp>
Private Attributes | |
BaseExpressionType | M_l |
Public Types | |
typedef ExpressionBase< ExpressionIsochoricChangeOfVariable< BaseExpressionType > > | base_Type |
Constructors & Destructor | |
ExpressionIsochoricChangeOfVariable (const BaseExpressionType &l) | |
Full constructor using the two expressions. More... | |
ExpressionIsochoricChangeOfVariable (const ExpressionIsochoricChangeOfVariable< BaseExpressionType > &expression) | |
Copy constructor. More... | |
~ExpressionIsochoricChangeOfVariable () | |
Destructor. More... | |
Methods | |
static void | display (std::ostream &out=std::cout) |
Display method. More... | |
Private Methods | |
const BaseExpressionType & | base () const |
Getter for the left hand side. More... | |
ExpressionIsochoricChangeOfVariable () | |
Additional Inherited Members | |
Public Types inherited from ExpressionBase< ExpressionIsochoricChangeOfVariable< BaseExpressionType > > | |
typedef ExpressionIsochoricChangeOfVariable< BaseExpressionType > | derived_Type |
Public Member Functions inherited from ExpressionBase< ExpressionIsochoricChangeOfVariable< BaseExpressionType > > | |
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 173 of file ExpressionCubicRoot.hpp.
typedef ExpressionBase< ExpressionIsochoricChangeOfVariable <BaseExpressionType> > base_Type |
Definition at line 182 of file ExpressionCubicRoot.hpp.
|
inline |
Full constructor using the two expressions.
Definition at line 190 of file ExpressionCubicRoot.hpp.
|
inline |
Copy constructor.
Definition at line 194 of file ExpressionCubicRoot.hpp.
|
inline |
Destructor.
Definition at line 198 of file ExpressionCubicRoot.hpp.
|
private |
|
inlinestatic |
Display method.
Definition at line 207 of file ExpressionCubicRoot.hpp.
|
inline |
Getter for the left hand side.
Definition at line 220 of file ExpressionCubicRoot.hpp.
|
private |
Definition at line 238 of file ExpressionCubicRoot.hpp.