Hi, all: I want to get coordinate information of particular boundary dofs. As stated in the title, I will use "FEValues.get_quadrature_points" and "DoFTools::extract_boundary_dofs" so that I get two vectors of points and dof<bool> respectively. But I don't know how the components of the vectors is ordered, are they the same with the ordering of dof indices?
Thanks in advance for any help. Best, David. -- 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.
