Re: [Libmesh-users] [Libmesh-devel] A question about the use of Libmesh

2011-07-26 Thread John Peterson
Copying this to the list since it involves a coding error that is very easy to make... >> I think the following line is problematic: >> >> // Solucion actual del problema no lineal --> V >> AutoPtr > V (system.solution); >> >> This constructs an AutoPtr "V" from the existing AutoPtr >> system.solu

Re: [Libmesh-users] writing exodusII output on each node for all time steps

2011-07-26 Thread John Peterson
On Tue, Jul 26, 2011 at 5:08 PM, Ataollah Mesgarnejad wrote: > Thanks John, > I looked at Nemesis_IO class and there is no write function! > (I use : ExodusII_IO(mesh).write_equation_systems right now). The write_equation_systems() is defined in the MeshOutput (base) class, so it is defined for N

Re: [Libmesh-users] writing exodusII output on each node for all time steps

2011-07-26 Thread John Peterson
On Mon, Jul 25, 2011 at 10:12 AM, Ataollah Mesgarnejad wrote: > Dear all, > > Is there a way for each node to write the output to their own exodusII file > and do with a single file for all the time steps? If I understand your question correctly, you want two distinct things: 1.) parallel outpu