On Fri, 20 Jun 2014, John Peterson wrote:

> The appending capability should already be supported, but it's not
> turned on by default.
>
> So:
>
> for (unsigned int i_step = 0; i_step<100; i_step)
> {
>    ExodusII_IO exio(mesh);
>    exio.append(true);
>    exio.write_timestep("transient_data.exo", eq_sys, i, i*.01);
> }
>
> *should* work, but I'm not sure if we want to encourage this repeated
> creation/deletion pattern when it's not necessary.

No, looks like the existing APIs are already just fine.  Thanks for
clearing that up for me!
---
Roy

------------------------------------------------------------------------------
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing & Easy Data Exploration
http://p.sf.net/sfu/hpccsystems
_______________________________________________
Libmesh-users mailing list
Libmesh-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to