On Wed, Jun 20, 2012 at 05:17:59PM -0500, Paul T. Bauman wrote:
> 4. The main thing I wanted to make sure didn't ruffle feathers: vis formats
> don't seem to understand vector-valued quantities, so we have to write them 
> out
> component wise. I've updated build_solution_names and build_solution_vector to
> detect vector finite element types and write out component wise, naming each
> component as the original name plus "_x", "_y", and "_z" for each relevant
> component. In particular, all components are being packed in nodal_soln and
> indexing is used to pull out the right values. I haven't tested yet on the
> vector element, but it as least seems to be working for the scalar elements (I
> check gmv and ExodusII outputs in the examples).

At least VTK supports also vector-valued solutions of arbitrary size. I
tried 3-dimensional vectors for displacements and 6-dimensional vectors
for postprocessed stresses. I currently stores these quantities in
variables with suffixes "_x", "_y", "_z" and "_xx", "_xy", "_xz", "_yy",
"_yx", "_zz" and have a little programm for postprocessing the resulting
VTK files [1].

Robert

[1] http://tmp.xenim.de/vtkfilter.tar.gz
> 
> Thoughts?
> 
> Best,
> 
> Paul

> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and 
> threat landscape has changed and how IT managers can respond. Discussions 
> will include endpoint security, mobile security and the latest in malware 
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/

> _______________________________________________
> Libmesh-devel mailing list
> Libmesh-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/libmesh-devel


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Libmesh-devel mailing list
Libmesh-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmesh-devel

Reply via email to