Re: [Libmesh-users] LAGRANGE_VEC limitations.

2013-06-28 Thread Paul T. Bauman
On Fri, Jun 28, 2013 at 2:02 PM, Subramanya Gautam Sadasiva < ssada...@purdue.edu> wrote: > > ERROR: Finite element LAGRANGE_VEC on geometric element HEX8 > only supports FEInterface::max_order = 1, not fe_type.order = 2 > Looks like you're trying to do 2nd order, so you'll need to use a HEX27.

Re: [Libmesh-users] LAGRANGE_VEC limitations.

2013-06-28 Thread Subramanya Sadasiva
Hi, Sorry - sent prematurely.. Got the bug.. Thanks, Subramanya G Sadasiva, Graduate Research Assistant, Hierarchical Design and Characterization Laboratory, School of Mechanical Engineering, Purdue University. "The art of structure is where to put the holes" Robert Le Ricolais, 1894-1977 On F

[Libmesh-users] LAGRANGE_VEC limitations.

2013-06-28 Thread Subramanya Gautam Sadasiva
Hi, are there limitations on the types of elements that I can use LAGRANGE_VEC finite elements with. I have a mesh with HEX8 elements and I get the following error. ERROR: Finite element LAGRANGE_VEC on geometric element HEX8 only supports FEInterface::max_order = 1, not fe_type.order = 2