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

List of all members.

Public Types

typedef PointSetWarpBlend
< Convex, Order, T > 
super
typedef T value_type
typedef super::return_type return_type
typedef ublas::vector< value_type > vector_type
typedef Reference< Convex, Dim,
Convex::nOrder, Dim,
value_type > 
reference_convex_type
typedef
reference_convex_type::points_type 
points_type
typedef std::vector< uint16_type > orbits_type

Public Member Functions

 PointSetElectrostatic (int interior=0)

Public Attributes

reference_convex_type RefConv

Static Public Attributes

static const uint32_type Dim = Convex::nDim
static const uint16_type nPoints1D = Order+1
static const uint32_type topological_dimension = Convex::topological_dimension
static const uint32_type numPoints = super::numPoints
static const uint32_type nbPtsPerFace = super::nbPtsPerFace

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