Re: [Libmesh-users] Run time error with lagrange_vec

2013-07-05 Thread Paul T. Bauman
Sorry have to be brief. You need to use RealGradient as the template type for FEGenericBase if you're using LAGRANGE_VEC. Be sure to check out the vector_fe examples as well. On Jul 4, 2013, at 8:38 PM, Subramanya Sadasiva wrote: > Hi, > Here is the stack trace for the error that I got. The

Re: [Libmesh-users] Run time error with lagrange_vec

2013-07-04 Thread Subramanya Sadasiva
Hi, Here is the stack trace for the error that I got. The error happens when build is called to return the pointer to the finite element stuff. This is a simple linear elasticity solver. ERROR: Bad FEType.family= 41 Stack frames: 7 0: 0 libmesh_dbg.0.dylib 0x00010a07591d li

Re: [Libmesh-users] Run time error with lagrange_vec

2013-07-04 Thread Paul T. Bauman
Please send a stack trace. Likely you're trying to use functionality that hasn't been implemented for vector-valued elements yet. On Jul 4, 2013, at 7:17 PM, Subramanya Sadasiva wrote: > Hi, > I get the following error when I try to run my code with FEVector and > lagrange_vec elements > > ER

[Libmesh-users] Run time error with lagrange_vec

2013-07-04 Thread Subramanya Sadasiva
Hi, I get the following error when I try to run my code with FEVector and lagrange_vec elements ERROR: Bad FEType.family= 41 but that is the fetype for the lagrangian vector elements. Is there anywhere that the error could be? Regards, Subramanya G Sadasiva, Graduate Research Assistant, Hierarc

[Libmesh-users] Run time error with lagrange_vec

2013-07-04 Thread Subramanya Sadasiva
Hi, I get the following error when I try to run my code with FEVector and lagrange_vec elements ERROR: Bad FEType.family= 41 but that is the fetype for the lagrangian vector elements. Is there anywhere that the error could be? Regards, Subramanya G Sadasiva, Graduate Research Assistant, Hierarc