DOLFIN
DOLFIN C++ interface
Static Public Member Functions | List of all members
dolfin::VTKWriter Class Reference

Write VTK Mesh representation. More...

#include <VTKWriter.h>

Static Public Member Functions

static void write_mesh (const Mesh &mesh, std::size_t cell_dim, std::string file, bool binary, bool compress)
 Mesh writer.
 
static void write_cell_data (const Function &u, std::string file, bool binary, bool compress)
 Cell data writer.
 
template<typename T >
static std::string encode_stream (const std::vector< T > &data, bool compress)
 Form (compressed) base64 encoded string for VTK.
 

Detailed Description

Write VTK Mesh representation.


The documentation for this class was generated from the following files: