NuTo
Numerics Tool
Namespaces | Functions
IntegrationCompanion.h File Reference
#include <memory>
#include "IntegrationTypeBase.h"
#include "nuto/math/shapes/Shape.h"

Go to the source code of this file.

Namespaces

 NuTo
 

Functions

std::unique_ptr< IntegrationTypeBaseNuTo::CreateGaussIntegrationType (const Shape &shape, int order)
 Create a new integrationtype (Gauss integration) from a given shape and order. More...
 
std::unique_ptr< IntegrationTypeBaseNuTo::CreateLobattoIntegrationType (const Shape &shape, int order)
 Create a new integrationtype (Lobatto integration) from a given shape and order. More...