Skip to content

Polynomial bases for spectral element methods.

License

Notifications You must be signed in to change notification settings

ranocha/PolynomialBases.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PolynomialBases

Build Status Codecov Coveralls License: MIT

A library of functions for polynomial bases used in spectral element methods using the quadrature rules from FastGaussQuadrature.jl for Float64 and root finding via the Newton algorithm for other scalar types (such as BigFloat). The algorithms for interpolation and differentiation use barycentric weights as described in the book "Implementing Spectral Methods for PDEs" by David Kopriva. If SymPy.jl/SymEngine.jl is loaded, symbolic computations using SymPy.Sym/SymEngine.Basic are supported.

A brief tutorial is given as notebook.