LifeV
|
class ExpressionPhiJ Class representing the value of the solution in an expression More...
#include <ExpressionPhiJ.hpp>
Public Types | |
typedef ExpressionBase< ExpressionPhiJ > | base_Type |
Constructors & Destructor | |
ExpressionPhiJ () | |
Empty constructor. More... | |
ExpressionPhiJ (const ExpressionPhiJ &) | |
Copy constructor. More... | |
~ExpressionPhiJ () | |
Destructor. More... | |
Methods | |
static void | display (std::ostream &out=std::cout) |
Display method. More... | |
Additional Inherited Members | |
Public Types inherited from ExpressionBase< ExpressionPhiJ > | |
typedef ExpressionPhiJ | derived_Type |
Public Member Functions inherited from ExpressionBase< ExpressionPhiJ > | |
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 ExpressionPhiJ Class representing the value of the solution in an expression
Definition at line 55 of file ExpressionPhiJ.hpp.
typedef ExpressionBase<ExpressionPhiJ> base_Type |
Definition at line 62 of file ExpressionPhiJ.hpp.
ExpressionPhiJ | ( | ) |
Empty constructor.
Definition at line 51 of file ExpressionPhiJ.cpp.
ExpressionPhiJ | ( | const ExpressionPhiJ & | ) |
Copy constructor.
Definition at line 56 of file ExpressionPhiJ.cpp.
~ExpressionPhiJ | ( | ) |
Destructor.
Definition at line 61 of file ExpressionPhiJ.cpp.
|
static |
Display method.
Definition at line 70 of file ExpressionPhiJ.cpp.