LifeV
OperationSmallProduct< LeftOperand, RightOperand > Class Template Reference

class OperationSmallProduct Class containing information about the product operation between *Small classes. More...

#include <OperationSmallProduct.hpp>

Constructors and destructors

 OperationSmallProduct ()
 No default constructor. More...
 
 ~OperationSmallProduct ()
 No destructor. More...
 

Detailed Description

template<typename LeftOperand, typename RightOperand>
class LifeV::OperationSmallProduct< LeftOperand, RightOperand >

class OperationSmallProduct Class containing information about the product operation between *Small classes.

Author
Samuel Quinodoz samue.nosp@m.l.qu.nosp@m.inodo.nosp@m.z@ep.nosp@m.fl.ch

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 61 of file OperationSmallProduct.hpp.

Constructor & Destructor Documentation

◆ OperationSmallProduct()

OperationSmallProduct ( )
private

No default constructor.

◆ ~OperationSmallProduct()

~OperationSmallProduct ( )
private

No destructor.


The documentation for this class was generated from the following file: