jipolanco / BSplineKit.jl

A collection of B-spline tools in Julia
https://jipolanco.github.io/BSplineKit.jl/dev/
MIT License
51 stars 9 forks source link
b-splines basis-recombination collocation function-approximation galerkin interpolation julia splines

BSplineKit.jl

Stable Dev DOI

Build Status Coverage

Tools for B-spline based Galerkin and collocation methods in Julia.

Features

This package provides:

Example usage

The following is a very brief overview of some of the functionality provided by this package.

See the heat equation example in the docs for the use of these tools to solve partial differential equations.

References