On Tue, 20 Jan 2009, Tim Kroeger wrote: > Does libMesh guarantee that locally refined meshes fulfill a level 1 > condition across edges or only across faces? Is there a user > interface to influence this?
Only across faces, unless you always use the MeshRefinement::edge_level_mismatch_limit()=1 API. (Or for that matter you can turn off the face_level_mismatch_limit() settings similarly) I'm not sure how thoroughly the non-default options have been tested; let us know if there seem to be any problems. --- Roy ------------------------------------------------------------------------------ This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
