Ferrite-FEM / Ferrite-FEM/Ferrite.jl
Add support for Bernstein interpolation
- Dominant language
- Julia
- Stars
- 453
- Forks
- 115
- Avg merge
- 1d 17h
- Merged PRs (30d)
- 11
Description
It could be interesting to add support for bernstein polynomials. In general, they should give the exactly same result as Higher order lagrange interpolations, but they differ from lagrange interpolations in that they are not interplatory at the interior nodes. This breaks some assumptions in the code, for example when adding non-homogenous dirichlet conditions, or in the `apply_analytical!` functions (and maybe more).
So they could be added as a nice way to check for correctness :)
Fourth order bernstein bases:

Contributor guide
Assessment
This issue has not been assessed yet.