|
Feel++ 0.91.0
|
#include <boost/type_traits.hpp>#include <boost/tokenizer.hpp>#include <boost/token_functions.hpp>#include <boost/algorithm/string/split.hpp>#include <boost/algorithm/string/classification.hpp>#include <boost/filesystem.hpp>#include <feel/feelcore/feel.hpp>#include <feel/feelcore/environment.hpp>#include <feel/feelcore/parameter.hpp>#include <feel/feelcore/factory.hpp>#include <feel/feelcore/singleton.hpp>#include <feel/feelfilters/gmshenums.hpp>#include <feel/feelfilters/importergmsh.hpp>#include <feel/feelfilters/exportergmsh.hpp>Classes | |
| class | Feel::Gmsh |
| Gmsh Mesh Generator. More... | |
| struct | Feel::Gmsh::Factory |
Namespaces | |
| namespace | Feel |
Typedefs | |
| typedef Gmsh | Feel::gmsh_type |
|
typedef boost::shared_ptr < gmsh_type > | Feel::gmsh_ptrtype |
Enumerations | |
| enum | GMSH_ORDER { GMSH_ORDER_ONE = 1, GMSH_ORDER_TWO = 2, GMSH_ORDER_THREE = 3, GMSH_ORDER_FOUR = 4, GMSH_ORDER_FIVE = 5 } |
Functions | |
| Feel::BOOST_PARAMETER_FUNCTION ((typename detail::mesh< Args >::ptrtype), loadGMSHMesh, tag,(required(mesh,*)(filename,*))(optional(refine,*(boost::is_integral< mpl::_ >), 0)(update,*(boost::is_integral< mpl::_ >), 0))) | |
| load a mesh data structure (hold in a shared_ptr<>) using GMSH | |
| Feel::BOOST_PARAMETER_FUNCTION ((void), saveGMSHMesh, tag,(required(mesh,*)(filename,*))(optional(parametricnodes,*(boost::is_integral< mpl::_ >), 0))) | |
| save a mesh data structure (hold in a shared_ptr<>) in the GMSH format | |
| Feel::BOOST_PARAMETER_FUNCTION ((typename detail::mesh< Args >::ptrtype), createGMSHMesh, tag,(required(mesh,*)(desc,*))(optional(h,*(boost::is_arithmetic< mpl::_ >), 0.1)(order,*(boost::is_integral< mpl::_ >), 1)(parametricnodes,*(boost::is_integral< mpl::_ >), 0)(refine,*(boost::is_integral< mpl::_ >), 0)(update,*(boost::is_integral< mpl::_ >), 0)(force_rebuild,*(boost::is_integral< mpl::_ >), 0))) | |
| create a mesh data structure (hold in a shared_ptr<>) using GMSH | |
| Feel::BOOST_PARAMETER_FUNCTION ((gmsh_ptrtype), domain, tag,(required(name,*(boost::is_convertible< mpl::_, std::string >))(shape,*(boost::is_convertible< mpl::_, std::string >)))(optional(dim,*(boost::is_integral< mpl::_ >), 2)(order,*(boost::is_integral< mpl::_ >), 1)(h,*(boost::is_arithmetic< mpl::_ >), double(0.1))(convex,*(boost::is_convertible< mpl::_, std::string >),"Simplex")(addmidpoint,*(boost::is_integral< mpl::_ >), true)(usenames,*(boost::is_integral< mpl::_ >), false)(xmin,*(boost::is_arithmetic< mpl::_ >), 0.)(xmax,*(boost::is_arithmetic< mpl::_ >), 1)(ymin,*(boost::is_arithmetic< mpl::_ >), 0.)(ymax,*(boost::is_arithmetic< mpl::_ >), 1)(zmin,*(boost::is_arithmetic< mpl::_ >), 0.)(zmax,*(boost::is_arithmetic< mpl::_ >), 1))) | |
| Feel::BOOST_PARAMETER_FUNCTION ((gmsh_ptrtype), geo, tag,(required(filename,*(boost::is_convertible< mpl::_, std::string >))(dim,*(boost::is_integral< mpl::_ >)))(optional(order,*(boost::is_integral< mpl::_ >), 1)(h,*(boost::is_arithmetic< mpl::_ >), double(0.1)))) | |
1.7.4