Dear Daniel,
 

> I would suggest you to look at the constraints in the ConstraintMatrix 
> using ConstraintMatrix::print[1] for a mesh consisting of has few cells as 
> possible.
> Using DoFTools::map_dofs_to_support_points[2] you can then verify that 
> these are correct.
>

Issuing " constraints.print(std::cout);" I printed my Constraint matrix but 
I have two problems regarding using 
DoFTools::map_dofs_to_support_points(const Mapping< dim, spacedim > 
&mapping, const DoFHandler< dim, spacedim > &dof_handler, std::vector< 
Point< spacedim > > &support_points); . First, I do not know how to 
construct and initialize the mapping argument since I could not find the 
constructor in the documentation. Second, I do not know how to visualize 
the result of this object. 

Thanks,

-- 
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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to