I have a system class that I have derived from FEMSystem.

So, if I read the equation system then would it only add an FEMSystem? If
so, then should I re-add my derived system class and set the solution and
variables in it using the ones that the equation system read from .xdr
file?

Manav

On Wed, Mar 20, 2013 at 3:44 PM, Roy Stogner <[email protected]>wrote:

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

Reply via email to