On Wed, 28 Apr 2010, liang cheng wrote:

> I made a 3D finite deformation elasticity input code and got the executable
> file, while the logical error displayed
> in the screen when running it.
>
> Assertion `!_points.empty()' failed.
> [0] /home/liang/Desktop/libmesh/include/quadrature/quadrature.h, line 116,

This usually means that the quadrature rule wasn't properly
reinitialized on an element.  Did you attach it to your FE object, and
did you reinit() the latter?
---
Roy

------------------------------------------------------------------------------
_______________________________________________
Libmesh-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to