36 #ifndef OPERATION_SMALL_EMULT_HPP 37 #define OPERATION_SMALL_EMULT_HPP 39 #include <lifev/core/LifeV.hpp> 41 #include <lifev/core/array/VectorSmall.hpp> 42 #include <lifev/core/array/MatrixSmall.hpp> 60 template <
typename LeftOperand,
typename RightOperand>
86 typedef MatrixSmall<Dim1, Dim2> result_Type;
95 OperationSmallEmult();
98 ~OperationSmallEmult();
class OperationSmallEmult Class containing information about the element-wise multiplication product ...
void updateInverseJacobian(const UInt &iQuadPt)
~OperationSmallEmult()
No destructor.
OperationSmallEmult()
No default constructor.
uint32_type UInt
generic unsigned integer (used mainly for addressing)