Feel++  0.92.0
Public Types | Public Member Functions | Static Public Attributes
Feel::RealToReference< Elem, Entity, T > Class Template Reference

List of all members.

Public Types

typedef T value_type
typedef matrix_node< T >::type points_type
typedef GT_Lagrange< nDim,
1, nRealDim, Entity,
value_type > 
gm_type
typedef boost::shared_ptr
< gm_type
gm_ptrtype
typedef gm_type::Inverse inverse_gm_type

Public Member Functions

 RealToReference (Elem const &elem)
points_type operator() (points_type const &pts) const
value_type J () const

Static Public Attributes

static const uint16_type nDim = Elem::nDim
static const uint16_type nRealDim = Elem::nRealDim

template<typename Elem, template< uint16_type, uint16_type, uint16_type > class Entity = Simplex, typename T = double>
class Feel::RealToReference< Elem, Entity, T >