Re: [Libmesh-users] failed assertion

2016-11-21 Thread Roy Stogner
On Sat, 19 Nov 2016, Michael Povolotskyi wrote: > I'm getting a failure in the assertion > > 0x75bb8cf4 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 || c

Re: [Libmesh-users] failed assertion

2016-11-20 Thread Mike Marchywka
et_phi(); u_elem_fe->get_dphi(); u_elem_fe->get_xyz(); From: Michael Povolotskyi 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 assertio

[Libmesh-users] failed assertion

2016-11-19 Thread Michael Povolotskyi
Hello everybody, I'm getting a failure in the assertion 0x75bb8cf4 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? Than