Pham Ngoc Kien, Le lun. 18 févr. 2019 à 19:33, Phạm Ngọc Kiên <[email protected]> a écrit :
> 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? > No the function won't work but there are two other methods described in the FAQ that you could use. In particular, you can create a special quadrature at the points of interest. Best, Bruno -- 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.
