Dear Libmesh developers,
I have a question about the node id.

Is it assumed in the libmesh code that node id's are not just the unique 
numbers but rather belong to consecutive set from 0 to n?
I ask because of the function  void libMesh::TecplotIO::write_ascii(...).
In this function there is a loop:

for  (unsigned  int  i=0; i<mesh.n_nodes(); i++)
{
       // Print the point without a newline
        mesh.point(i).write_unformatted(out  
<http://libmesh.sourceforge.net/doxygen/namespacelibMesh.php#a08e2b5dd30d71db9e43c52a5a631fdae>,false);

....
}

I'm asking this because I've created a mesh myself with node id's being unique 
but not consecutive numbers. The code worked well until
that place.
Thank you,
Michael.

------------------------------------------------------------------------------
Lotusphere 2011
Register now for Lotusphere 2011 and learn how
to connect the dots, take your collaborative environment
to the next level, and enter the era of Social Business.
http://p.sf.net/sfu/lotusphere-d2d
_______________________________________________
Libmesh-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to