OGS
|
An integration policy providing an integration method suitable for the given mesh element. Gauss-Legendre integration method is used. The default implementation is choosing the regular-element integration, for other elements a specialization must be provided, as for example for triangles (GaussLegendreIntegrationPolicy<MeshLib::Tri>). The integration method depends on the dimension of the element and correctly chosen number and placement of the integration points within the element.
Definition at line 36 of file GaussLegendreIntegrationPolicy.h.
#include <GaussLegendreIntegrationPolicy.h>
Public Types | |
using | MeshElement = MeshElement_ |
using | IntegrationMethod |
using NumLib::GaussLegendreIntegrationPolicy< MeshElement_ >::IntegrationMethod |
Definition at line 39 of file GaussLegendreIntegrationPolicy.h.
using NumLib::GaussLegendreIntegrationPolicy< MeshElement_ >::MeshElement = MeshElement_ |
Definition at line 38 of file GaussLegendreIntegrationPolicy.h.