Skip to content
Snippets Groups Projects
Commit ed7e77c2 authored by Porrmann, Maik's avatar Porrmann, Maik
Browse files

linebreaks in README to improve readability

parent 9e38b6b3
No related branches found
No related tags found
No related merge requests found
WIP! This module contains classes for the Hermite (1d-3d), the Morley (2d) and the Argyris(2d) element on simplices. It covers both dune-localfunctions and dune-functions aspects and thus mimics their directory structure.
Currently, the classes extend the dune-localfunctions LocalInterpolation Interface by providing hooks via the free derivative() function and a new normalDerivative(size_t) method, that allow evaluation of the global Dofs if f provides those methods correspondingly. However, there are combinations where the evaluated Dofs are a mixture of local and global Dofs, and it is difficult to catch those cases.
WIP! This module contains classes for the Hermite (1d-3d), the Morley (2d) and the Argyris(2d)
element on simplices. It covers both dune-localfunctions and dune-functions aspects and thus mimics
their directory structure.
Currently, the classes extend the dune-localfunctions LocalInterpolation Interface by providing
hooks via the free derivative() function and a new normalDerivative(size_t) method, that allow
evaluation of the global Dofs if f provides those methods correspondingly. However, there are
combinations where the evaluated Dofs are a mixture of local and global Dofs, and it is difficult
to catch those cases.
Feel free to share your opinion on that.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment