Logo
Finite Element Embedded Library and Language in C++
Feel++ Feel++ on Github Feel++ on Travis-CI Feel++ on Twitter Feel++ on YouTube Feel++ community
 All Classes Files Functions Variables Typedefs Pages
FunctionSpaceDefinition Class Reference

Public Types

typedef Lagrange< Order_p,
Scalar, Continuous,
PointSetFekete > 
basis_p_type
 
typedef Lagrange< Order_t,
Scalar, Continuous,
PointSetFekete > 
basis_t_type
 
typedef bases< basis_u_type,
basis_p_type, basis_t_type > 
basis_type
 
typedef Lagrange< Order_s,
Vectorial, Continuous,
PointSetFekete > 
basis_u_type
 
typedef Simplex< CONVECTION_DIM > entity_type
 
typedef Mesh< entity_type > mesh_type
 
typedef FunctionSpace
< mesh_type, single_basis_type > 
mono_space_type
 
typedef bases< Lagrange
< Order_p, Scalar > > 
single_basis_type
 
typedef FunctionSpace
< mesh_type, basis_type > 
space_type
 

Static Public Attributes

static const bool is_linear = false
 
static const bool is_time_dependent = false
 
static const uint16_type Order = 1
 
static const int Order_p = CONVECTION_ORDER_P
 
static const int Order_s = CONVECTION_ORDER_U
 
static const int Order_t = CONVECTION_ORDER_T
 

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