LifeV
|
class ExpressionPhiI Class representing the gradient of the test function in an expression More...
#include <ExpressionDphiI.hpp>
Public Types | |
typedef ExpressionBase< ExpressionDphiI > | base_Type |
Constructors & Destructor | |
ExpressionDphiI () | |
Empty constructor. More... | |
ExpressionDphiI (const ExpressionDphiI &) | |
Copy constructor. More... | |
~ExpressionDphiI () | |
Destructor. More... | |
Methods | |
static void | display (std::ostream &out=std::cout) |
Display method. More... | |
Additional Inherited Members | |
Public Types inherited from ExpressionBase< ExpressionDphiI > | |
typedef ExpressionDphiI | derived_Type |
Public Member Functions inherited from ExpressionBase< ExpressionDphiI > | |
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 ExpressionPhiI Class representing the gradient of the test function in an expression
Definition at line 56 of file ExpressionDphiI.hpp.
typedef ExpressionBase<ExpressionDphiI> base_Type |
Definition at line 63 of file ExpressionDphiI.hpp.
ExpressionDphiI | ( | ) |
Empty constructor.
Definition at line 53 of file ExpressionDphiI.cpp.
ExpressionDphiI | ( | const ExpressionDphiI & | ) |
Copy constructor.
Definition at line 58 of file ExpressionDphiI.cpp.
~ExpressionDphiI | ( | ) |
Destructor.
Definition at line 63 of file ExpressionDphiI.cpp.
|
static |
Display method.
Definition at line 71 of file ExpressionDphiI.cpp.