or system_to_base_index().first.first
> On 13 Feb 2017, at 18:06, Denis Davydov <[email protected]> wrote: > > > > On Friday, February 10, 2017 at 4:00:25 PM UTC+1, Edith Sotelo wrote: > > 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. > > Oh, then I recommended you the wrong function. Sorry. > > I would say you need to use `fe.system_to_component_index(local_dof).first` > to check whether a given DoF is enriched or not. > See the table here https://github.com/dealii/dealii/issues/3646 and also > documentation of this function. > > Regards, > Denis. > > > -- > The deal.II project is located at http://www.dealii.org/ > <http://www.dealii.org/> > For mailing list/forum options, see > https://groups.google.com/d/forum/dealii?hl=en > <https://groups.google.com/d/forum/dealii?hl=en> > --- > You received this message because you are subscribed to a topic in the Google > Groups "deal.II User Group" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/dealii/7eI7aoYAIck/unsubscribe > <https://groups.google.com/d/topic/dealii/7eI7aoYAIck/unsubscribe>. > To unsubscribe from this group and all its topics, send an email to > [email protected] > <mailto:[email protected]>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. -- 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.
