On Fri, Aug 7, 2009 at 4:27 PM, Vijay S. Mahadevan<[email protected]> wrote: > Hi, > > I read a mesh file (.msh) generated after some AMR sequence during a > separate run. The resulting mesh has few hanging nodes and associated > constraints. When I read this mesh and start the simulation anew, the > number of constrained dofs in the mesh is 0. Is there anyway, I can > ask DofMap to calculate the constraints based on whether there is a > hanging node or not ?
I haven't looked closely but I'm pretty sure there is no support for reading in a family of refined gmsh meshes, and there is definitely no support for doing calculations on a single non-conforming mesh read from file. When reading in xda style meshes, we still assume there is a conforming level-0 mesh, since this required for most of the projection routines used in libmesh, and the entire hierarchy of the grid is written to xda files to support this. -- John ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
