--
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 dealii+un...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
>
> Like Guido already said, nothing like this exists right now. It wouldn't be very difficult to implement in the FE classes (e.g., a member function fe.get_polynomial_degree(local_dof_index)). Want to give it a try? You could also just implement it for the FE_Nedelec for now, and one could later make the function virtual and abstract in the base class.
>
I think the goal is making things faster. A virtual function called for each degree of freedom may not be an option then.