Dear all,

I generated a exodusII mesh with cubit but when I try to run my code and read 
the mesh I get  mesh.n_local_nodes()=0 &  n_local_elem()=0 ? Am I supposed to 
do something after I call ExodusII_IO(mesh).read("mesh.e"); ? Or is there 
something I need to set in cubit?

mesh.print_info() output:

 Mesh Information:
  mesh_dimension()=3
  spatial_dimension()=3
  n_nodes()=48367
    n_local_nodes()=0
  n_elem()=33112
    n_local_elem()=0
    n_active_elem()=33112
  n_subdomains()=1
  n_processors()=1
  processor_id()=0

Thanks
Ata
------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
Libmesh-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to