LifeV
|
class OperationSmallDot Class containing information about the dot product operation between Small* classes. More...
#include <OperationSmallDot.hpp>
Constructors and destructors | |
OperationSmallDot () | |
No default constructor. More... | |
~OperationSmallDot () | |
No destructor. More... | |
class OperationSmallDot Class containing information about the dot product operation between Small* classes.
This class only contains information that can be usefull in a templated framework (such as the one for assembling the algebraic systems via expressions).
It cannot be instanciated, neither the generic definition nor the specializations (private constructors and destructor only).
The only information stored in this class is the type of the result, see LifeV::OperationSmallAddition.
Definition at line 60 of file OperationSmallDot.hpp.
|
private |
No default constructor.
|
private |
No destructor.