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