Re: [Libmesh-users] question about NumericVector

2017-11-27 Thread Roy Stogner
So sorry nobody got back to you on this already! On Tue, 14 Nov 2017, Michael Povolotskyi wrote: I would like to output a nodal data stored in NumericVector, using void libMesh::MeshOutput< MT >::write_nodal_data ( const std::string & fname, const NumericVector< Number > & parall

[Libmesh-users] question about NumericVector

2017-11-14 Thread Michael Povolotskyi
Dear Libmesh community, I would like to output a nodal data stored in NumericVector, using void libMesh::MeshOutput< MT >::write_nodal_data ( const std::string & fname, const NumericVector< Number > & parallel_soln, const std::vector< std::string > & names )