OGS
|
Provides OGS's default Gauss-Legendre integration method of a given order for any mesh element.
Definition at line 32 of file IntegrationMethodProvider.h.
#include <IntegrationMethodProvider.h>
Public Member Functions | |
DefaultIntegrationMethodProvider (IntegrationOrder const integration_order) | |
template<typename MeshElement > | |
GenericIntegrationMethod const & | getIntegrationMethod (MeshLib::Element const &) const |
Private Attributes | |
IntegrationOrder | integration_order_ |
|
inlineexplicit |
Definition at line 35 of file IntegrationMethodProvider.h.
|
inline |
Definition at line 42 of file IntegrationMethodProvider.h.
References getIntegrationMethod(), and integration_order_.
Referenced by getIntegrationMethod().
|
private |
Definition at line 50 of file IntegrationMethodProvider.h.
Referenced by getIntegrationMethod().