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