Dear Kyusik, The error message that deal.II has outputted explains what the problem is:
> However, this is an internal line not located on the boundary. You cannot > assign a boundary indicator to it. You cannot give a boundary indicator value to internal lines/faces. If appropriate, you can assign a it a manifold id, but you still will not be able to apply Dirichlet conditions to this line/face using the VectorTools::interpolate_boundary_conditions function (if that was your intention) Regards, Jean-Paul -- 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.
