( I still can't figure out how to get hotmail to mark original text so I'm top posting )
If no one else answered, I'm not sure but from the assertion text it looks like it wanted you to request the data before actually starting a calculation so it knows to have it available. Search the examples for terms like prerequest, get_xyz() etc and it may be in the documentation for the get_xyz() and related calls. I copied this from one of them, // We should prerequest all the data // we will need to build the linear system. u_elem_fe->get_JxW(); u_elem_fe->get_phi(); u_elem_fe->get_dphi(); u_elem_fe->get_xyz(); ________________________________________ From: Michael Povolotskyi <[email protected]> Sent: Saturday, November 19, 2016 11:19 PM To: libmesh-users Subject: [Libmesh-users] failed assertion Hello everybody, I'm getting a failure in the assertion 0x00007ffff5bb8cf4 in libMesh::FEMap::get_xyz (this=0x2d4b070) at /home/mpovolot/NEMO5/NEMO/libs/libmesh/libmesh/include/libmesh/fe_map.h:131 131 { libmesh_assert(!calculations_started || calculate_xyz); What does it mean? Thank you, Michael. ------------------------------------------------------------------------------ _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users ------------------------------------------------------------------------------ _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
