36 #ifndef OPERATION_SMALL_ADDITION_HPP 37 #define OPERATION_SMALL_ADDITION_HPP 39 #include <lifev/core/LifeV.hpp> 41 #include <lifev/core/array/VectorSmall.hpp> 63 template <
typename LeftOperand,
typename RightOperand>
89 typedef Real result_Type;
98 OperationSmallAddition();
101 ~OperationSmallAddition();
124 OperationSmallAddition();
127 ~OperationSmallAddition();
141 typedef MatrixSmall<Dim1, Dim2> result_Type;
150 OperationSmallAddition();
153 ~OperationSmallAddition();
void updateInverseJacobian(const UInt &iQuadPt)
OperationSmallAddition()
No default constructor.
double Real
Generic real data.
~OperationSmallAddition()
No destructor.
class OperationSmallAddition Class containing information about the addition operation between the *S...
uint32_type UInt
generic unsigned integer (used mainly for addressing)