OGS
|
Functions | |
GenericIntegrationMethod const & | getIntegrationMethod (std::type_index const mesh_element_type, IntegrationOrder const order) |
template<typename MeshElement > | |
GenericIntegrationMethod const & | getIntegrationMethod (IntegrationOrder const order) |
Templated version of above method. Provided for convenience. | |
GenericIntegrationMethod const & NumLib::IntegrationMethodRegistry::getIntegrationMethod | ( | IntegrationOrder const | order | ) |
Templated version of above method. Provided for convenience.
Definition at line 36 of file IntegrationMethodRegistry.h.
References getIntegrationMethod().
GenericIntegrationMethod const & NumLib::IntegrationMethodRegistry::getIntegrationMethod | ( | std::type_index const | mesh_element_type, |
IntegrationOrder const | order ) |
Provides the default integration method for a given mesh element type and a given integration order.
Definition at line 175 of file IntegrationMethodRegistry.cpp.
References initIntegrationMethods(), OGS_FATAL, and NumLib::IntegrationOrder::order.
Referenced by getIntegrationMethod(), and anonymous_namespace{ShapeMatrixCache.cpp}::initShapeMatrices().