LifeV
|
#include <QRAdapterBase.hpp>
Public Types | |
typedef ImplementationType | implementation_Type |
Constructors & Destructor | |
QRAdapterBase () | |
Empty and only constructor. More... | |
virtual | ~QRAdapterBase () |
Destructor. More... | |
Methods | |
const implementation_Type & | implementation () 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... | |
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.
typedef ImplementationType implementation_Type |
Definition at line 60 of file QRAdapterBase.hpp.
|
inline |
Empty and only constructor.
Definition at line 69 of file QRAdapterBase.hpp.
|
inlinevirtual |
Destructor.
Definition at line 72 of file QRAdapterBase.hpp.
|
private |
No copy (avoid slicing)
|
inline |
Method for accessing the actual implementation contained.
Definition at line 81 of file QRAdapterBase.hpp.
|
private |
No assignement (avoid slicing)