Hello,
i’m planning to implement the HP-Finite Element Method by Melenk and Wohlmuth (2001) using the Python Framework. Since i’m able to set the polynomial degree with ngsolve, this shouldn’t be a problem.
Though for the error estimator or predicted refinement rate i need to access two information and i’m not sure how to do this.
[ol]
[li] Is there something like a getOrder() function to access the polynomial order of an element?[/li]
[li] Let’s say i h-refine one element, how can i determine the element number of the sons of this element? [/li]
[/ol]
Best regards,
Tim