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);
.....
}
correctly get me the boundary_id set on the boundaries in the initial
mesh up to the first adaptive refinement, but after that it I get
side_id =-1234
on a boundary side.
The same code was working with the previous releases.
I have noticed that some new lines of code are present in the new
version of BoundaryInfo::boundary_id(...). I guess that the problem
comes from that code, in fact if I comment them the code behaves as
expected.
Has anybody had similar problems?
Regards,
Stefano
------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and,
should the need arise, upgrade to a full multi-node Oracle RAC database
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Libmesh-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/libmesh-users