Dear all, I would like to work on Hermitian cubic elements, but I cannot find them in the list of Finite element space descriptions <https://www.dealii.org/8.4.1/doxygen/deal.II/group__fe.html>. I found the Polynomials::HermiteInterpolation Class Reference <https://www.dealii.org/8.4.1/doxygen/deal.II/classPolynomials_1_1HermiteInterpolation.html>, but cannot figure out how to create my own finite element system. So, here is my question : do these elements already exist in deal.II or do I have to do it as it is suggested at the end of this topic on new shape function definition <https://groups.google.com/forum/#!searchin/dealii/polynomial/dealii/wPeoG5ok9kU/FjhNXvRPwIYJ>, and declare a class deriving from the FE_Poly class?
Thank you for your answers beforehand, Bastien Lauras -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options, see https://groups.google.com/d/forum/dealii?hl=en --- You received this message because you are subscribed to the Google Groups "deal.II User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
