Re: [Libmesh-users] Extract variable from xda file

2014-10-17 Thread Sahai, 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

Re: [Libmesh-users] Extract variable from xda file

2014-09-23 Thread Paul T. Bauman
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,

[Libmesh-users] Extract variable from xda file

2014-09-23 Thread Sahai, Amal
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 equatio

[Libmesh-users] Extract variable from xda file

2014-09-20 Thread Sahai, Amal
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 equation