Re: [Libmesh-users] problem with boundary_id libmesh 0.7.0

2011-01-10 Thread Roy Stogner
On Mon, 3 Jan 2011, Cody Permann wrote: > I have confirmed that there is indeed a problem with sidesets on 3D > meshes when using AMR. Some of the sidesets are completely > incorrect after a single refinement step. The problem can be > reproduced using some of the 3D examples (ex14 or ex15).

Re: [Libmesh-users] problem with boundary_id libmesh 0.7.0

2011-01-03 Thread Cody Permann
I have confirmed that there is indeed a problem with sidesets on 3D meshes when using AMR. Some of the sidesets are completely incorrect after a single refinement step. The problem can be reproduced using some of the 3D examples (ex14 or ex15). On a regular mesh some of the sidesets will form

[Libmesh-users] problem with boundary_id libmesh 0.7.0

2010-12-29 Thread Stefano Berrone
I recently installed the release 0.7.0.3 (as well as the svn version). I tried to run a code developed for previous releases and I had some problems with boundary_id. The code if( elem->neighbor(s) == NULL ) { short int side_id = mesh.boundary_info->boundary_id(elem,s); . } corr