On Thu, Jan 29, 2009 at 4:54 PM, Brent Kraczek <[email protected]> wrote: > However, when attempting to use this mesh I get the following error > messages: > > > > \begin{verbatim} > ERROR: Finite element LAGRANGE on geometric element TET > only supports FEInterface::max_order = 1, not fe_type.order = 2
Looks like you are trying to have a second order lagrange element on a Tet4. Try changing to FIRST order on line 117 of ex3. -- John ------------------------------------------------------------------------------ This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
