LifeV
OperationSmallPower< Base, Exponent > Class Template Reference

class OperationSmallAddition Class containing information about the power operation between the *Small classes. More...

#include <OperationSmallPower.hpp>

Constructors and destructors

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

Detailed Description

template<typename Base, typename Exponent>
class LifeV::OperationSmallPower< Base, Exponent >

class OperationSmallAddition Class containing information about the power operation between the *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. For example, as the addition of a LifeV::Real with a LifeV::Real is a LifeV::Real as well, the specialization LifeV::OperationSmallAddition<LifeV::Real,LifeV::Real> contains the typedef result_Type that aliases the LifeV::Real type.

Definition at line 64 of file OperationSmallPower.hpp.

Constructor & Destructor Documentation

◆ OperationSmallPower()

OperationSmallPower ( )
private

No default constructor.

◆ ~OperationSmallPower()

~OperationSmallPower ( )
private

No destructor.


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