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