LifeV
QRAdapterBase< ImplementationType > Class Template Reference

#include <QRAdapterBase.hpp>

Public Types

typedef ImplementationType implementation_Type
 

Constructors & Destructor

 QRAdapterBase ()
 Empty and only constructor. More...
 
virtual ~QRAdapterBase ()
 Destructor. More...
 

Methods

const implementation_Typeimplementation () const
 Method for accessing the actual implementation contained. More...
 

Private Methods

 QRAdapterBase (const QRAdapterBase< ImplementationType > &)
 No copy (avoid slicing) More...
 
void operator= (const QRAdapterBase< ImplementationType > &)
 No assignement (avoid slicing) More...
 

Detailed Description

template<typename ImplementationType>
class LifeV::QRAdapterBase< ImplementationType >

ETCurrenteFE is a template class. If fieldDim the general case is treated as representing a vectorial FE (only the case where fieldDim represents a scalar FE, but this is a partial specialization of this class).

Definition at line 53 of file QRAdapterBase.hpp.

Member Typedef Documentation

◆ implementation_Type

typedef ImplementationType implementation_Type

Definition at line 60 of file QRAdapterBase.hpp.

Constructor & Destructor Documentation

◆ QRAdapterBase() [1/2]

QRAdapterBase ( )
inline

Empty and only constructor.

Definition at line 69 of file QRAdapterBase.hpp.

◆ ~QRAdapterBase()

virtual ~QRAdapterBase ( )
inlinevirtual

Destructor.

Definition at line 72 of file QRAdapterBase.hpp.

◆ QRAdapterBase() [2/2]

QRAdapterBase ( const QRAdapterBase< ImplementationType > &  )
private

No copy (avoid slicing)

Member Function Documentation

◆ implementation()

const implementation_Type& implementation ( ) const
inline

Method for accessing the actual implementation contained.

Definition at line 81 of file QRAdapterBase.hpp.

◆ operator=()

void operator= ( const QRAdapterBase< ImplementationType > &  )
private

No assignement (avoid slicing)


The documentation for this class was generated from the following file: