36 #ifndef QR_ADAPTER_BASE_HPP 37 #define QR_ADAPTER_BASE_HPP 40 #include <lifev/core/LifeV.hpp> 52 template <
typename ImplementationType>
const implementation_Type & implementation() const
Method for accessing the actual implementation contained.
virtual ~QRAdapterBase()
Destructor.
ImplementationType implementation_Type
void updateInverseJacobian(const UInt &iQuadPt)
QRAdapterBase(const QRAdapterBase< ImplementationType > &)
No copy (avoid slicing)
QRAdapterBase()
Empty and only constructor.
void operator=(const QRAdapterBase< ImplementationType > &)
No assignement (avoid slicing)