Re: [Libmesh-devel] VTK output fails in parallel

2011-03-01 Thread Roy Stogner
On Mon, 28 Feb 2011, Roy Stogner wrote: > Works on the initial tests where it's expected to work, anyway. Does > the newest VTK support triquadratic hexes yet? vtk_io.C seems to > think that VTK_BIQUADRATIC_QUAD is relatively new, and it would be > nice if we didn't have to die with an error in

Re: [Libmesh-devel] Wrong implementation of n_dofs() used

2011-03-01 Thread Roy Stogner
On Tue, 1 Mar 2011, Andreas Günther wrote: Manually changing this order (fe_lagrange.o first, later fe_xyz.o) fixes the problem!!! (for my certain test setting, but not the whole library of course). Does the Libmesh library intrinsically requires a certain object order for linking? For me