NuTo
Numerics Tool
Functions
InterpolationCompanion.cpp File Reference
#include "InterpolationCompanion.h"
#include "nuto/base/Exception.h"
#include "InterpolationTrussLinear.h"
#include "InterpolationTriangleLinear.h"
#include "InterpolationTriangleQuadratic.h"
#include "InterpolationQuadLinear.h"
#include "InterpolationQuadSerendipity.h"
#include "InterpolationTetrahedronLinear.h"
#include "InterpolationTetrahedronQuadratic.h"
#include "InterpolationBrickLinear.h"
#include "InterpolationPrismLinear.h"
#include "InterpolationPrismQuadratic.h"
#include "InterpolationPyramidLinear.h"
#include "InterpolationTrussLobatto.h"
#include "InterpolationQuadLobatto.h"
#include "InterpolationBrickLobatto.h"

Functions

std::unique_ptr< InterpolationSimpleLagrangeLine (int order)
 
std::unique_ptr< InterpolationSimpleLagrangeTriangle (int order)
 
std::unique_ptr< InterpolationSimpleLagrangeQuadrilateral (int order)
 
std::unique_ptr< InterpolationSimpleLagrangeTetrahedron (int order)
 
std::unique_ptr< InterpolationSimpleLagrangeHex (int order)
 
std::unique_ptr< InterpolationSimpleLagrangePrism (int order)
 
std::unique_ptr< InterpolationSimpleLagrangePyramid (int order)
 
std::unique_ptr< InterpolationSimpleLobattoLine (int order)
 
std::unique_ptr< InterpolationSimpleLobattoQuadrilateral (int order)
 
std::unique_ptr< InterpolationSimpleLobattoHexahedron (int order)
 

Function Documentation

std::unique_ptr<InterpolationSimple> LagrangeHex ( int  order)
std::unique_ptr<InterpolationSimple> LagrangeLine ( int  order)
std::unique_ptr<InterpolationSimple> LagrangePrism ( int  order)
std::unique_ptr<InterpolationSimple> LagrangePyramid ( int  order)
std::unique_ptr<InterpolationSimple> LagrangeQuadrilateral ( int  order)
std::unique_ptr<InterpolationSimple> LagrangeTetrahedron ( int  order)
std::unique_ptr<InterpolationSimple> LagrangeTriangle ( int  order)
std::unique_ptr<InterpolationSimple> LobattoHexahedron ( int  order)
std::unique_ptr<InterpolationSimple> LobattoLine ( int  order)
std::unique_ptr<InterpolationSimple> LobattoQuadrilateral ( int  order)