From: John P. <jwp...@gm...> - 2018-06-05 19:29:56
|
On Tue, Jun 5, 2018 at 1:04 PM, Vinicius C. Reis <vin...@co...> 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 |