Feel++  0.92.0
Classes | Public Types | Public Member Functions | Public Attributes | Static Public Attributes
Feel::PointSetGaussLobatto< Convex, Order, T > Class Template Reference
Inheritance diagram for Feel::PointSetGaussLobatto< Convex, Order, T >:
Feel::PointSetInterpolation< Convex::nDim, Order, T, Hypercube > Feel::PointSet< Hypercube< Dim, Order, Dim >, T > Feel::VisitableBase<>

List of all members.

Classes

struct  pt_to_edge
struct  pt_to_element
struct  pt_to_entity_hexahedron
struct  pt_to_face_hexahedron

Public Types

typedef PointSetInterpolation
< Convex::nDim, Order, T,
Hypercube
super
typedef super::return_type return_type
typedef T value_type
typedef Reference< Convex, Dim,
Convex::nOrder, Convex::nDim,
value_type > 
reference_convex_type
typedef ublas::vector< value_type > vector_type
typedef super::node_type node_type
typedef super::nodes_type nodes_type
typedef
reference_convex_type::points_type 
points_type
typedef Convex::edge_to_point_t edge_to_point_t
typedef Convex::face_to_point_t face_to_point_t
typedef Convex::face_to_edge_t face_to_edge_t
typedef Hypercube< Dim, Order,
Dim > 
conv_order_type
typedef super::range_type range_type
typedef super::index_map_type index_map_type

Public Member Functions

 PointSetGaussLobatto (int interior=0)

Public Attributes

reference_convex_type RefConv

Static Public Attributes

static const uint32_type Dim = Convex::nDim
static const uint32_type nPoints = Order+1
static const uint32_type topological_dimension = Convex::topological_dimension
static const uint32_type nRealDim = Convex::nRealDim
static const size_type Shape = Convex::Shape
static const bool is_simplex = Convex::is_simplex
static const bool is_hypercube = Convex::is_hypercube
static const uint32_type numPoints = conv_order_type::numPoints

template<class Convex, uint16_type Order, typename T = double>
class Feel::PointSetGaussLobatto< Convex, Order, T >