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