![]() |
LifeV
|
Fake quadrature rule adapter for a constant quadrature rule. More...
#include <lifev/core/LifeV.hpp>#include <lifev/eta/fem/QRAdapterBase.hpp>#include <lifev/core/fem/QuadratureRule.hpp>
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. | |
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.
Definition in file QRAdapterNeverAdapt.hpp.