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