Re: [Libmesh-users] Mixed element mesh

2016-03-26 Thread Cody Permann
Interesting. How about exodus output with multiple processors? On Sat, Mar 26, 2016 at 6:01 PM Harshad Sahasrabudhe wrote: > I am running into problems with VTK output when multiple processes are >> used. Some elements are absent in the parallel output files (pvtu). For a >> single process, the o

[Libmesh-users] Add System after EquationSystem is init?

2016-03-26 Thread Harshad Sahasrabudhe
Hi, Can I add a System to an EquationSystem after it is init()? Every time I add a System with a different variable name, the number of DOFs for the new variable get doubled (as seen from print_info() output). Is this because EquationSystem is already init(). Thanks, Harshad -

Re: [Libmesh-users] Mixed element mesh

2016-03-26 Thread Harshad Sahasrabudhe
> > I am running into problems with VTK output when multiple processes are > used. Some elements are absent in the parallel output files (pvtu). For a > single process, the output for a mixed element mesh is fine. Is there any > way I can send you the mesh > May be this is already fixed in the ne

Re: [Libmesh-users] Mixed element mesh

2016-03-26 Thread Harshad Sahasrabudhe
> > Theoretically that should work. There is at least one mixed elem mesh in > the libmesh examples so it even gets exercised. It don't think it gets a > lot of routine use though so if you do run into any regressions. Let us > know. I am running into problems with VTK output when multiple proce