OGS
IntegrationMethodRegistry.h File Reference

Detailed Description

Definition in file IntegrationMethodRegistry.h.

#include <typeindex>
#include "GenericIntegrationMethod.h"
Include dependency graph for IntegrationMethodRegistry.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  NumLib::IntegrationOrder
 

Namespaces

namespace  NumLib
 
namespace  NumLib::IntegrationMethodRegistry
 

Functions

GenericIntegrationMethod const & NumLib::IntegrationMethodRegistry::getIntegrationMethod (std::type_index const mesh_element_type, IntegrationOrder const order)
 
template<typename MeshElement >
GenericIntegrationMethod const & NumLib::IntegrationMethodRegistry::getIntegrationMethod (IntegrationOrder const order)
 Templated version of above method. Provided for convenience.