Dear all,

My problem comes from step-46, which couples two different domains. Now, I 
want to get the values of a given point on the interface, so I 
use VectorTools::point_value. However, the point on interface has two sets 
of dofs, the one of which is corresponding to  stokes_fe (velocity_x, 
velocity_y, pressure, nothing, nothing) and the other one is corresponding 
to elasticity_fe(nothing, nothing, nothing, displacement_x, 
displacement_y). When using VectorTools::point_value, the function seems to 
choose one set of the values. How can I get (velocity_x, velocity_y, 
pressure, displacement_x, displacement_y) of a given point on the interface?

Thanks for your help.

Best regards,
Leon

-- 
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