A follow up about this post: This is the way I went on implementing the strong bc.: Assigned the Boundary value to the non-enriched dof, and assigned Zero to the enriched dofs.. it worked for me. I used system_to_base_table() as suggested, though this function is protected, I just changed the function to public to be able to use it.. unless there is a different way to do it.
Edith On Monday, November 28, 2016 at 12:19:56 PM UTC-6, Edith Sotelo wrote: > > Hi all, > I have more questions regarding Fe_enriched & PUM > > 1) Are enriched functions shifted, so that the enriched part evaluates to > zero at the mesh nodes? > > 2) About strong boundary conditions: > I am using the function interpolate_boundary_values,I think this function > is also interpolating values for the enriched dofs, but they need to be set > to zero instead to get the correct BC . > How can I manually choose the enriched dofs at the boundary and set them > to zero? > > Thank your for your help. > > Edith > -- 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.
