Re: [Libmesh-users] assert failed in the mesh constructor

2016-12-13 Thread Michael Povolotskyi
Thank you, this was indeed the problem. Michael. On 12/13/2016 02:52 PM, Roy Stogner wrote: > > On Tue, 13 Dec 2016, Michael Povolotskyi wrote: > >> #9 0x7fffee9dfba8 in libMesh::on_command_line >> (arg="--skip-partitioning") at src/base/libmesh.C:823 >> 823 libmesh_assert(command_line.

Re: [Libmesh-users] assert failed in the mesh constructor

2016-12-13 Thread Roy Stogner
On Tue, 13 Dec 2016, Michael Povolotskyi wrote: > #9 0x7fffee9dfba8 in libMesh::on_command_line > (arg="--skip-partitioning") at src/base/libmesh.C:823 > 823 libmesh_assert(command_line.get()); So the command_line object hasn't been initialized. Have you created a LibMeshInit object?