While we are on the subject of extra XDR information, at some point, we
need to consider writing out the sideset, boundary, and nodeset name
information to XDR. We've been doing this in Exodus for awhile. Might as
well try to get it into the remaining output formats that can support it to
be comp
On 10/25/2012 02:44 PM, Ataollah Mesgarnejad wrote:
> Dear all,
>
> I have bunch of quick questions. I write and read an additional vector that
> I using XDR files:
>
> write:
>
> equation_system.write(xdr_file_name.str(), EquationSystems::WRITE_DATA |
>EquationSystems::WRITE_ADDITIONAL_DA
On Thu, 25 Oct 2012, Ataollah Mesgarnejad wrote:
> equation_system.write(xdr_file_name.str(), EquationSystems::WRITE_DATA |
> EquationSystems::WRITE_ADDITIONAL_DATA);
>
> equation_system.read(xdr_file_name.str(), EquationSystems::READ_HEADER |
> EquationSystems::READ_DATA |
> EquationSystems