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
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
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