NuTo
Numerics Tool
Namespaces | Functions
Quadrature.h File Reference
#include <vector>

Go to the source code of this file.

Namespaces

 NuTo
 
 NuTo::Math
 

Functions

std::pair< std::vector< double >, std::vector< double > > NuTo::Math::ComputeWeightsAndPoints1DLobatto (int nIps)
 computes points and weights for Lobatto quadrature in 1D More...
 
std::pair< std::vector< double >, std::vector< double > > NuTo::Math::ComputeWeightsAndPoints1DGauss (int nIps)
 computes points and weights for Gauss quadrature in 1D More...