Feel++
0.91.4
|
gambit(fluent mesh generator) importer class More...
#include <importergambit.hpp>
Public Types | |
Typedefs | |
typedef super::mesh_type | mesh_type |
typedef super::point_type | point_type |
typedef super::node_type | node_type |
typedef super::edge_type | edge_type |
typedef super::face_type | face_type |
typedef super::element_type | element_type |
![]() | |
![]() | |
typedef void | return_type |
Public Member Functions | |
Constructors, destructor | |
ImporterGambit () | |
ImporterGambit (std::string const &fname) | |
ImporterGambit (ImporterGambit const &i) | |
~ImporterGambit () | |
Methods | |
void | visit (mesh_type *mesh) |
visit a data structure | |
![]() | |
Importer (MeshFormat const &_format=GMSH, WorldComm const &_worldcomm=WorldComm()) | |
Importer (std::string const &_filename, MeshFormat const &_format=GMSH, WorldComm const &_worldcomm=WorldComm()) | |
void | setFilename (std::string const &__filename) |
void | setFormat (MeshFormat const &__format) |
std::string const & | filename () const |
MeshFormat | format () const |
WorldComm const & | worldComm () const |
![]() | |
virtual | ~Visitor () |
virtual base destructor | |
return_type | visit (MeshType &__t) |
visit a data structure |
gambit(fluent mesh generator) importer class
the importer concept follows the visitor pattern