On Fri, Jun 28, 2013 at 2:02 PM, Subramanya Gautam Sadasiva < [email protected]> 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. The FE polynomial order can't be higher than the order of the geometric element. Also, FYI, there are some other limitations with vector-valued elements. I haven't been able to get around to finishing the adaptivity parts, among other things. If you hit a snag, let us know and I could help guide you constructing a patch. Best, Paul ------------------------------------------------------------------------------ This SF.net email is sponsored by Windows: Build for Windows Store. http://p.sf.net/sfu/windows-dev2dev _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
