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