Programming tasks to Scientific Computing I
Classes | Namespaces | Enumerations
legacyVtkWriter.h File Reference

Go to the source code of this file.

Classes

class  shellFE::LegacyVtkWriter< MeshType >
 
struct  shellFE::LegacyVtkWriter< MeshType >::ScalarData
 
struct  shellFE::LegacyVtkWriter< MeshType >::VectorData
 

Namespaces

 shellFE
 

Enumerations

enum  shellFE::DataSupp { shellFE::VERTEX_DATA, shellFE::FACE_DATA }
 data can either belong to vertices or to faces More...
 
enum  shellFE::VectorSpec { shellFE::VECTORS, shellFE::NORMALS }
 vector-valued data can be saved (in VTK legacy format) as 3-vectors, normals or texture coordinates (the file format also supports color scalars and lookup tables, which we will not use). More...