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

Go to the source code of this file.

Namespaces

 NuTo
 

Functions

std::unique_ptr< InterpolationSimpleNuTo::CreateLagrangeInterpolation (const Shape &shape, int order)
 Create a new Lagrange interpolation from a given shape and order. More...
 
std::unique_ptr< InterpolationSimpleNuTo::CreateLobattoInterpolation (const Shape &shape, int order)
 Create a new Lobatto interpolation from a given shape and order. More...