On Thu, 14 Mar 2013, Manav Bhatia wrote: > I have a question about AMR. Once an element is refined, if it lies on > the boundary, then do the children elmeents inherit the appropriate > boundary_info tags? I am looking through elem_refinement.C in method > refine() and am not sure if this is being done there.
It's not done there; the trickery is currently in the BoundaryInfo methods. Dig into boundary_info.C and you'll see that we don't even store boundary tags on child elements - when we're requested to return a child's boundary ids on side s, we see if that side is on a side of its top-level ancestor, and we return the boundary ids for that ancestor's side. --- Roy ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_mar _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
