On Tue, Jun 5, 2018 at 1:04 PM, Vinicius C. Reis <viniciusr...@coc.ufrj.br>
wrote:

> Sorry about that, I should have imagined... Well, exception and stack trace
> from a fresh run in the text dump below. I managed to reproduce it in a
> quite smaller code, what would be the best way to share, paste it into an
> email or through git repository?
>

libMesh::System::reinit_constraints (this=0xc26700)
> libMesh::System::init_data (this=0xc26700)
> libMesh::ExplicitSystem::init_data (this=0xc26700)
> libMesh::ImplicitSystem::init_data (this=0xc26700)
> libMesh::LinearImplicitSystem::init_data (this=0xc26700)
> libMesh::System::init (this=0xc26700)
> libMesh::EquationSystems::init (this=0x7fffffffd800)
> main (argc=1, argv=0x7fffffffdfe8)


Hmm... it's likely the problem is related to whatever you are doing to the
Mesh before you call init(). I don't think you can have refinement/hanging
nodes in the Mesh before calling init(), for example, but I could be wrong
about this.

-- 
John
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Libmesh-users mailing list
Libmesh-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to