I have a small query - why is it necessary to define two different mesh objects for the two equation systems? Can I not initialize the two equation systems using the same mesh object and then access the solution values using the same node iterators?
Regards Amal ________________________________ From: Paul T. Bauman [[email protected]] Sent: Tuesday, September 23, 2014 2:57 PM To: Sahai, Amal Cc: [email protected] Subject: Re: [Libmesh-users] Extract variable from xda file Checkout the solution_components program that gets built with libMesh (gets installed in bin). IIRC, Roy wrote that to do extract a subset of variables from a simulation. Source is here: https://github.com/libMesh/libmesh/blob/master/src/apps/solution_components.C On Tue, Sep 23, 2014 at 2:51 PM, Sahai, Amal <[email protected]<mailto:[email protected]>> wrote: I have xda files containing the solution from a particular equation system in libmesh. I wish to extract the value of a certain variable (and not the entire set of variables) to use with a different libmesh program. Both programs would be using the same mesh but have different system of equations (and so I cannot simply use the restart feature). What would be the easiest way to achieve this. Regards Amal ------------------------------------------------------------------------------ Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk _______________________________________________ Libmesh-users mailing list [email protected]<mailto:[email protected]> https://lists.sourceforge.net/lists/listinfo/libmesh-users ------------------------------------------------------------------------------ Comprehensive Server Monitoring with Site24x7. Monitor 10 servers for $9/Month. Get alerted through email, SMS, voice calls or mobile push notifications. Take corrective actions from your mobile device. http://p.sf.net/sfu/Zoho _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
