On Tue, May 5, 2015 at 10:27 AM, John Peterson <jwpeter...@gmail.com> wrote:

>
>
> On Tue, May 5, 2015 at 7:10 AM, David Knezevic <david.kneze...@akselos.com
> > wrote:
>
>> [0] /home/dknez/software/libmesh-src/src/fe/fe_map.C, line 618, compiled
>> May  5 2015 at 08:08:28
>> ERROR: negative Jacobian: -1.79627e-07 in element 7051
>>
>
> Is your fe_map.C not the version in master?  Line 618 doesn't have a
> libmesh_error_msg() on it for me.
>
> In any event, we have the Elem* available, so we should probably just be
> helpful and print the stuff that Roy requested before erroring out...
>


I added some print statements to the test code I was running before (with
libMesh git hash 1a6a549f26219f462ac4ceef87c3c03e9eafa836) and I get the
info printed below for the failing element.

When I update to the git HEAD, I now get a segfault with no stack trace
when I just loop over the elements and call fe->reinit(elem). I'm wondering
if maybe ExodusIO isn't reading this mesh in properly, or something.

David

-----------------------------------------------

id() = 7051, processor_id()=0
   type()=TET10
   dim()=3
   n_nodes()=10
    0  Node id()=2737, processor_id()=0, Point=(x,y,z)=(-0.0677617,
0.0669608, 0.404735)
    DoFs=(0/0/2737)
    1  Node id()=2831, processor_id()=0, Point=(x,y,z)=(-1.74574e-15,
-6.7675e-32,      0.5)
    DoFs=(0/0/2831)
    2  Node id()=2771, processor_id()=0, Point=(x,y,z)=(-0.0555556,
1.93971e-16, 0.444444)
    DoFs=(0/0/2771)
    3  Node id()=2736, processor_id()=0, Point=(x,y,z)=(-2.42464e-15,
0.0555556, 0.444444)
    DoFs=(0/0/2736)
    4  Node id()=10719, processor_id()=0, Point=(x,y,z)=(-0.0338809,
0.0334804, 0.452368)
    DoFs=(0/0/10719)
    5  Node id()=2834, processor_id()=0, Point=(x,y,z)=(-0.0277778,
9.69856e-17, 0.472222)
    DoFs=(0/0/2834)
    6  Node id()=2773, processor_id()=0, Point=(x,y,z)=(-0.0639647,
0.0347326, 0.427214)
    DoFs=(0/0/2773)
    7  Node id()=2739, processor_id()=0, Point=(x,y,z)=(-0.0351893,
0.0636239, 0.427293)
    DoFs=(0/0/2739)
    8  Node id()=2833, processor_id()=0, Point=(x,y,z)=(-2.52163e-15,
0.0277778, 0.472222)
    DoFs=(0/0/2833)
    9  Node id()=2787, processor_id()=0, Point=(x,y,z)=(-0.0335307,
0.0335307,  0.45258)
    DoFs=(0/0/2787)
   n_sides()=4
    neighbor(0)=7047
    neighbor(1)=8049
    neighbor(2)=1735
    neighbor(3)=1561
   hmin()=0.0785674
   hmax()=0.134725
------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
Libmesh-devel mailing list
Libmesh-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmesh-devel

Reply via email to