Feel++ 0.91.0
|
simple interface to exporter More...
#include <exporterquick.hpp>
Public Types | |
typedef MeshType | mesh_type |
typedef boost::shared_ptr < mesh_type > | mesh_ptrtype |
typedef Exporter< mesh_type, 1 > | export_type |
typedef boost::shared_ptr < export_type > | export_ptrtype |
typedef export_type::timeset_type | timeset_type |
typedef export_type::timeset_ptrtype | timeset_ptrtype |
Public Member Functions | |
ExporterQuick (std::string const &name, po::variables_map &vm) | |
ExporterQuick (std::string const &name, std::string const &exp) | |
void | save (mesh_ptrtype const &mesh) |
template<typename F1 > | |
void | save (double time, F1 const &f1) |
template<typename F1 , typename F2 > | |
void | save (double time, F1 const &f1, F2 const &f2) |
template<typename F1 , typename F2 , typename F3 > | |
void | save (double time, F1 const &f1, F2 const &f2, F3 const &f3) |
simple interface to exporter