On Tue, 6 Dec 2016, Michael Povolotskyi wrote: > what does this assertion failure mean: > > Assertion `!this->_tree' failed. ... > #5 0x00007fc05992dde8 in libMesh::PointLocatorTree::init > (this=0x7fff0af8dac0, build_type=libMesh::Trees::NODES) at > src/utils/point_locator_tree.C:98 > #6 0x00007fc05992dd4d in libMesh::PointLocatorTree::init > (this=0x7fff0af8dac0) at src/utils/point_locator_tree.C:91
Looks like code is trying to init() an already-initialized PointLocatorTree. Without seeing higher on the stack there's no way to say why. --- Roy ------------------------------------------------------------------------------ Developer Access Program for Intel Xeon Phi Processors Access to Intel Xeon Phi processor-based developer platforms. With one year of Intel Parallel Studio XE. Training and support from Colfax. Order your platform today.http://sdm.link/xeonphi _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
