Logo  0.95.0-final
Finite Element Embedded Library and Language in C++
Feel++ Feel++ on Github Feel++ community
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Feel::PointSetToMesh< Convex, T > Class Template Reference

#include <pointsettomesh.hpp>

Detailed Description

template<typename Convex, typename T>
class Feel::PointSetToMesh< Convex, T >

transform a point set to a mesh data structure using a Delaunay

the delaunay algorithm comes from Vtk

Author
Christophe Prud'homme
See Also
+ Inheritance diagram for Feel::PointSetToMesh< Convex, T >:

Public Types

Typedefs
typedef T value_type
 
typedef Convex convex_type
 
typedef convex_type::template
shape< convex_type::nDim,
1, convex_type::nDim >::type 
mesh_convex_type
 
typedef PointSet< convex_type,
value_type > 
pointset_type
 
typedef Mesh< mesh_convex_type > mesh_type
 
typedef boost::shared_ptr
< mesh_type
mesh_ptrtype
 
typedef matrix_node
< value_type >::type 
points_type
 
typedef mesh_type::point_type point_type
 
typedef point_type::node_type node_type
 
typedef mesh_type::edge_type edge_type
 
typedef mesh_type::face_type face_type
 
typedef mesh_type::element_type element_type
 
- Public Types inherited from Feel::Visitor< PointSet< Convex, T > >
typedef void return_type
 

Public Member Functions

Constructors, destructor
 PointSetToMesh ()
 
 PointSetToMesh (PointSetToMesh const &p)
 
 ~PointSetToMesh ()
 
Accessors
mesh_ptrtype mesh ()
 
Mutators
void addBoundaryPoints (points_type const &v)
 
Methods
void visit (pointset_type *pset)
 
- Public Member Functions inherited from Feel::Visitor< PointSet< Convex, T > >
virtual ~Visitor ()
 virtual base destructor
 
virtual return_type visit (PointSet< Convex, T > *)=0
 visit a data structure
 
return_type visit (PointSet< Convex, T > &__t)
 visit a data structure
 

Static Public Attributes

Constants
static const uint16_type nDim = Convex::nDim
 

Member Function Documentation

template<typename Convex, typename T>
void Feel::PointSetToMesh< Convex, T >::visit ( pointset_type pset)
inline

visit the point set pset and transform it into a mesh data structure using Delaunay triangulation


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

Generated on Fri Oct 25 2013 14:24:31 for Feel++ by doxygen 1.8.4