LifeV
QRAdapterNeverAdapt.hpp File Reference

Fake quadrature rule adapter for a constant quadrature rule. More...

+ Include dependency graph for QRAdapterNeverAdapt.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  QRAdapterNeverAdapt
 

Namespaces

 LifeV
 Default Physical Solver.
 

Detailed Description

Fake quadrature rule adapter for a constant quadrature rule.

This class has a unique functionality: is returns the quadrature rule that it owns.

This class has been designed in order to facilitate the implementation of the ETA framework (avoid duplicating the Integrate** classes). Remark that we define all the methods "inline" to allow the compiler to better optimize out the effect of this class.

Author
Samuel Quinodoz samue.nosp@m.l.qu.nosp@m.inodo.nosp@m.z@ep.nosp@m.fl.ch
Date
07 Aug 2012

Definition in file QRAdapterNeverAdapt.hpp.