36 #ifndef OPERATION_SMALL_POWER_HPP 37 #define OPERATION_SMALL_POWER_HPP 39 #include <lifev/core/LifeV.hpp> 41 #include <lifev/core/array/MatrixSmall.hpp> 63 template <
typename Base,
typename Exponent>
89 typedef Real result_Type;
98 OperationSmallPower();
101 ~OperationSmallPower();
OperationSmallPower()
No default constructor.
void updateInverseJacobian(const UInt &iQuadPt)
double Real
Generic real data.
~OperationSmallPower()
No destructor.
class OperationSmallAddition Class containing information about the power operation between the *Smal...