On Fri, Nov 9, 2012 at 12:45 PM, Vasileios Vavourakis <[email protected]>wrote:
> On 9 November 2012 19:58, Roy Stogner <[email protected]> wrote: > > > > > then the program aborts. is there any explanation for that??? :) > >> > > > > Probably; all our programs are deterministic. ;-) > > > > If you want to find out *what* the reason is, though, then I'd start > > by compiling and running it with METHOD=dbg; if the abort isn't caught > > by an assert then you'll want to run it in gdb too. > > > > i still use the old version of libmesh, yet, the code aborts at line 782 of > source file: quadrature_gauss_1D.C > This file has not changed recently, the assert is at the end of a case block where the quadrature rule is being picked. There's a chance that "_order + 2*p" for this switch statement maps to an invalid Order enumeration. I'd try printing out the aforementioned values in the debugger... -- John ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_nov _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
