Legendre

class dolfin.cpp.function.Legendre

Bases: object

Interface for computing Legendre polynomials via Boost.

static d2dx(n, x)

Evaluate second derivative of polynomial of order n at point x

static ddx(n, x)

Evaluate first derivative of polynomial of order n at point x

static eval(n, x)

Evaluate polynomial of order n at point x

thisown

The membership flag