On Wed, May 9, 2012 at 10:54 AM, Ataollah Mesgarnejad < [email protected]> wrote:
> > On May 9, 2012, at 11:46 AM, Cody Permann wrote: > > > > On Wed, May 9, 2012 at 10:36 AM, Paul T. Bauman <[email protected]>wrote: > >> On Wed, May 9, 2012 at 10:58 AM, Ataollah Mesgarnejad < >> [email protected]> wrote: >> >> > I use ExodusII_IO::write_timestep for my programs output into a single >> > file for all time steps. When I do an adaptive refinement is it >> possible to >> > update the mesh in the ExodusII file? Is there a flag I can pass or can >> I >> > call a member function in ExodusII_IO? >> > >> > More generally is it even possible to do this, since the previous time >> > steps before adaptive refinement are described on a "coarser" mesh? >> > >> >> I'm shooting from the hip, but I believe the mesh topology must be the >> same >> for all the states within an ExodusII file. You'll have to create a new >> ExodusII file if the mesh has changed > > > This is indeed correct, ExodusII requires the topology to be the same. > > > How about other output formats ? Does any of them support multiple > topologies ? > Not that I am aware of, but this isn't a problem in practice. All of the normal visualization tools can read multiple files for a single simulation so you can do your postprocessing as you normally would. Cody > > Ata > > Cody > >> >> Paul >> >> ------------------------------------------------------------------------------ >> Live Security Virtual Conference >> Exclusive live event will cover all the ways today's security and >> threat landscape has changed and how IT managers can respond. Discussions >> will include endpoint security, mobile security and the latest in malware >> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ >> _______________________________________________ >> Libmesh-users mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/libmesh-users >> > > > ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
