Hi Bruno, With the DoFTools::map_dofs_to_support_points() , I saw in the library manual that it can be used with no edge elements or the like. As my finite element is edge-based one, I wonder if this function work? I have check the function fe.has_support_points() in my code and it returned 0. That is the reason why I put my question. Thank you very much for your suggestion.
Best, Pham Ngoc Kien Vào Th 3, 19 thg 2, 2019 vào lúc 06:18 Bruno Turcksin < [email protected]> đã viết: > Hi, > > Take a look at this entry > <https://github.com/dealii/dealii/wiki/Frequently-Asked-Questions#how-to-get-the-mapped-position-of-support-points-of-my-element> > in the FAQ. > > Best, > > Bruno > > On Monday, February 18, 2019 at 12:20:48 AM UTC-5, Phạm Ngọc Kiên wrote: >> >> Dear colleagues, >> I am working with FE_Nedelec_SZ element (edge-based finite element) in >> Deal.II (version 9.0.0). >> For my current problem, I need to get the global coordinates of a given >> degree of freedom on and edge. >> Do we have any code for this task? >> >> I have also thought of using material_id for an edge as an alternative >> way to address my problem. However, I personally think that the material_id >> can be used only with a cell. >> >> I would like to thank you very much in advance. >> >> Pham Ngoc Kien >> Ph.D. student >> Seoul National University >> > -- > 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. > -- 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.
