36 #ifndef OPERATION_SMALL_SUBSTRACTION_HPP 37 #define OPERATION_SMALL_SUBSTRACTION_HPP 39 #include <lifev/core/LifeV.hpp> 41 #include <lifev/core/array/VectorSmall.hpp> 42 #include <lifev/core/array/MatrixSmall.hpp> 61 template <
typename LeftOperand,
typename RightOperand>
87 typedef Real result_Type;
96 OperationSmallSubstraction();
99 ~OperationSmallSubstraction();
122 OperationSmallSubstraction();
125 ~OperationSmallSubstraction();
139 typedef MatrixSmall<Dim1, Dim2> result_Type;
148 OperationSmallSubstraction();
151 ~OperationSmallSubstraction();
OperationSmallSubstraction()
No default constructor.
void updateInverseJacobian(const UInt &iQuadPt)
double Real
Generic real data.
class OperationSmallSubstraction Class containing information about the substraction operation betwee...
~OperationSmallSubstraction()
No destructor.
uint32_type UInt
generic unsigned integer (used mainly for addressing)