Daniel, Thank you for the clarification. The modified tutorial is working now.
James On Thursday, April 16, 2020 at 5:24:37 PM UTC-4, Daniel Arndt wrote: > > James, > > I do find it interesting that the two meshes were not imported with the >> same boundary IDs. I guess in the future I should assume that all boundary >> IDs are zero and reset them for each calculation? Also, is there a quick >> reference guide for what each boundary ID means? I have not yet found such >> a reference on the deal.ii website. >> > > There is no global meaning for any boundary id. Every code can decide what > to do for faces with a specific boundary id. Have a look, e.g., where > interpolate_boundary_values is called and have a look at the first tutorial > steps, in particular step-3. > > Best, > Daniel > -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/dealii/81080092-8f33-484c-a895-d5027f6f5bfe%40googlegroups.com.
