On Wed, Apr 28, 2010 at 1:50 PM, liang cheng <[email protected]> wrote:
> On Wed, Apr 28, 2010 at 12:49 PM, Roy Stogner <[email protected]>wrote:
>
>>
>> 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?


And what about the boundary fe object?  Did you also reinit that and
with the correct side?

-- 
John

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

Reply via email to