That's very good to know Thank you
On Saturday, October 13, 2018 at 6:06:25 AM UTC-7, Giorgos Kourakos wrote: > > Hi, I need a clarification about the hanging nodes. > > > At some point in my code I use > > mesh_constraints.resolve_indices(ids); which adds the constraints > > > For the example below I expect that the method would return the following: > > mesh_constraints.resolve_indices(24) ->[24 5 6] and not 13 or 16. > > mesh_constraints.resolve_indices(23) -> [23 9 10] > > mesh_constraints.resolve_indices(13) ->[13 24 23 22 18] > > mesh_constraints.resolve_indices(16) ->[16 24 21 27 29] > > > In other words I want to make sure the mesh indices can form as a directed > acyclic graph > > Is that a correct assumption? > > > > Thank you > > > Giorgos > -- 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.
