PRAgMaTIc  master
Static Public Member Functions | List of all members
VTKTools< real_t > Class Template Reference

Toolkit for importing and exporting VTK files. This is mostly used as part of the internal unit testing framework and should not intended to be part of the public API. More...

#include <VTKTools.h>

Static Public Member Functions

static Mesh< real_t > * import_vtu (std::string filename)
 
static void export_vtu (const char *basename, const Mesh< real_t > *mesh, const real_t *psi=NULL)
 

Detailed Description

template<typename real_t>
class VTKTools< real_t >

Toolkit for importing and exporting VTK files. This is mostly used as part of the internal unit testing framework and should not intended to be part of the public API.

Definition at line 95 of file VTKTools.h.

Member Function Documentation

template<typename real_t>
static void VTKTools< real_t >::export_vtu ( const char *  basename,
const Mesh< real_t > *  mesh,
const real_t *  psi = NULL 
)
inlinestatic

Definition at line 356 of file VTKTools.h.

template<typename real_t>
static Mesh<real_t>* VTKTools< real_t >::import_vtu ( std::string  filename)
inlinestatic

Definition at line 97 of file VTKTools.h.


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