Bugs item #2941168, was opened at 2010-01-27 18:18
Message generated for change (Tracker Item Submitted) made by 
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=530254&aid=2941168&group_id=71130

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: https://www.google.com/accounts ()
Assigned to: Nobody/Anonymous (nobody)
Summary: _next_free_unpartitioned_elem_id initialization problem

Initial Comment:
When calling addelem on an unpartitioned element, the element id is set to 
_next_free_unpartitioned_elem_id which is initialized to the size of the 
communicator.  This creates a problem for some functions in libmesh that assume 
the first element id is 0.  For instance, the following code seg faults in 
ExodusII_IO::write:

        ::Mesh  libMesh ( 3 );
        ::ExodusII_IO io ( libMesh );
        io.verbose ( true );
        io.read ( "block.e" );
        io.write ( "out.e" );

I have attached block.e for verification.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=530254&aid=2941168&group_id=71130

------------------------------------------------------------------------------
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
_______________________________________________
Libmesh-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/libmesh-devel

Reply via email to