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
Grid< Dim > Class Template Reference
+ Inheritance diagram for Grid< Dim >:

Public Types

typedef boost::shared_ptr
< backend_type > 
backend_ptrtype
 
typedef Backend< value_type > backend_type
 
typedef bases< Lagrange< Order,
Scalar > > 
basis_type
 
typedef Simplex< Dim > convex_type
 
typedef space_type::element_type element_type
 
typedef Exporter< mesh_type > export_type
 
typedef boost::shared_ptr
< mesh_type > 
mesh_ptrtype
 
typedef Mesh< convex_type > mesh_type
 
typedef boost::shared_ptr
< space_type > 
space_ptrtype
 
typedef FunctionSpace
< mesh_type, basis_type > 
space_type
 
typedef
backend_type::sparse_matrix_type 
sparse_matrix_type
 
typedef double value_type
 
typedef backend_type::vector_type vector_type
 

Public Member Functions

 Grid ()
 
void run ()
 

Static Public Attributes

static const uint16_type Order = 2
 

Constructor & Destructor Documentation

template<int Dim>
Grid< Dim >::Grid ( )
inline

Constructor


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