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