I would find a bit more fuzziness here to be useful myself
Derek
On Tue, Jul 15, 2014 at 8:53 PM, David Knezevic
wrote:
>
> On 07/15/2014 10:51 PM, Roy Stogner wrote:
> >
> > On Tue, 15 Jul 2014, David Knezevic wrote:
> >
> >> I use MeshFunction a lot, it's very helpful. But sometimes due
http://libmesh.sourceforge.net/doxygen/classlibMesh_1_1TecplotIO.php
You can pass the additional data vector directly using the write_nodal_data ()
member function.
The write_equation_systems () method does this internally, just using the
baseline solution vector.
-Ben
On Jul 16, 2014,
How do I output any additional vectors added using add_vector to a system
through the tecplot_io?
Regards
Amal
___
From: Sahai, Amat
Sent: Wednesday, July 16, 2014 11:52 AM
To: libmesh-users@lists.sourceforge.net
Subject: RE: [Libmesh-users] Primitive variables
A few simple questions that I had regarding vectors:
1) How can I initialize them to a particular value? Can i just resize them to
n_dof and then add a scalar?
2) Would the correct way to re-assemble my vector be -
GlobalVector.add(local_vector, dof_map_indices) (the same way while assembling
t