Ferrite-FEM / Ferrite-FEM/Ferrite.jl

Add support for Bernstein interpolation

Open
#808 7 comments 3 reactions 0 assignees View on GitHub
feature
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:
![image](https://github.com/Ferrite-FEM/Ferrite.jl/assets/4679665/f56f45cc-de10-4540-bf28-e46f2f2e9716)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.