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
    )

I need to fill NumericVector with values.

As far as I understand, I need to provide data both for active and non-active nodes, because the NumericVector contains entities for all local nodes.

Questions:

1. Will I get correct order if I iterate from mesh.local_nodes_begin() to mesh.local_nodes_end() ?

2. Will the values I set for non active nodes matter for the output?

Thank you,

Michael.


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Libmesh-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to