I was trying to import a exodus II mesh created in gridgen. I made sure that 
the boundaries were set as side sets (and not node sets). The mesh gets read 
and I get the following output with mesh.print_info()

Mesh Information:
  mesh_dimension()=2
  spatial_dimension()=3
  n_nodes()=100
    n_local_nodes()=0
  n_elem()=81
    n_local_elem()=0
    n_active_elem()=81
  n_subdomains()=1
  n_partitions()=1
  n_processors()=1
  n_threads()=1
  processor_id()=0

But when I initialize the Equation_system using the same mesh (The rest of the 
code is still based on using the mesh generated using the MeshTools::Generation 
utility and I am implementing Dirichlet Boundary Conditions using the penalty 
method) I get the following error message :
Stack frames: 15
0: libMesh::print_trace(std::ostream&)
1: libMesh::MacroFunctions::report_error(char const*, int, char const*, char 
const*)
2: /usr/local/lib/libmesh_opt.so.0(+0x405195) [0x7f428f99c195]
3: libMesh::FEInterface::n_dofs_at_node(unsigned int, libMesh::FEType const&, 
libMeshEnums::ElemType, unsigned int)
4: libMesh::DofMap::reinit(libMesh::MeshBase&)
5: libMesh::DofMap::distribute_dofs(libMesh::MeshBase&)
6: libMesh::System::init_data()
7: libMesh::ImplicitSystem::init_data()
8: libMesh::LinearImplicitSystem::init_data()
9: libMesh::TransientSystem<libMesh::LinearImplicitSystem>::init_data()
10: libMesh::System::init()
11: libMesh::EquationSystems::init()
12: ./poisson-opt() [0x40feb7]
13: __libc_start_main
14: ./poisson-opt() [0x410f3a]
[0] src/fe/fe_lagrange.C, line 653, compiled Jun  4 2014 at 11:19:24
application called MPI_Abort(MPI_COMM_WORLD, 1) - process 0
[cli_0]: aborting job:
application called MPI_Abort(MPI_COMM_WORLD, 1) - process 0

Can anyone help me out with this? Thank you so much.

Regards
Amal

------------------------------------------------------------------------------
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
_______________________________________________
Libmesh-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to