On Wed, 20 Mar 2013, Manav Bhatia wrote: > -- During write with a transient system, is only the latest transient > solution written? And when this is read, this solution will be initialized > as the system.solution for each system?
You can set WRITE_ADDITIONAL_VECTORS or some such flag to write out previous solutions. That shouldn't be necessary for the existing single-step solvers in the system. By default you're right. > -- If I have set specific transient solver (say Euler2Sovler) for a > system, does the "read" set the same type of solver, or do I need to > reinitialize the solver? The read won't even set the same type of System - unless you're doing something physics-independent for your postprocessing you'll need to reinitialize your subclasses, solvers, etc. yourself. --- Roy ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_mar _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
