#include <boost/type_traits.hpp>
#include <boost/filesystem.hpp>
#include <boost/assign/list_of.hpp>
#include <boost/range/algorithm/for_each.hpp>
#include <boost/icl/type_traits/is_map.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/feelcore/worldcomm.hpp>
#include <feel/feelfilters/gmshenums.hpp>
#include <feel/feelvf/vf.hpp>
#include <feel/feelmesh/meshmover.hpp>
#include <feel/feelfilters/importergmsh.hpp>
#include <feel/feelfilters/exportergmsh.hpp>
Go to the source code of this file.
Classes | |
class | Feel::Gmsh |
Gmsh Mesh Generator. More... | |
Namespaces | |
Feel | |
[marker1] | |
Typedefs | |
typedef boost::shared_ptr < gmsh_type > | Feel::gmsh_ptrtype |
typedef Gmsh | Feel::gmsh_type |
Functions | |
template<int Ngeo = 1> | |
boost::shared_ptr< Mesh < Simplex< 2, Ngeo > > > | Feel::unitCircle (double h=option(_name="gmsh.hsize").template as< double >()) |
boost::shared_ptr< Mesh < Simplex< 3 > > > | Feel::unitCube (double h) |
template<int Dim, typename Convex = Simplex<Dim>> | |
boost::shared_ptr< Mesh< Convex > > | Feel::unitHypercube (double h=option(_name="gmsh.hsize").template as< double >()) |
detail boost::shared_ptr< Mesh < Simplex< 1 > > > | Feel::unitSegment (double h) |
template<int Ngeo = 1> | |
boost::shared_ptr< Mesh < Simplex< 3, Ngeo > > > | Feel::unitSphere (double h=option(_name="gmsh.hsize").template as< double >()) |
boost::shared_ptr< Mesh < Simplex< 2 > > > | Feel::unitSquare (double h) |