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 Namespaces Files Functions Variables Typedefs Pages
Feel::LaplacianLM< Dim, Order > Class Template Reference

Detailed Description

template<int Dim, int Order>
class Feel::LaplacianLM< Dim, Order >

Fat boundary method for the laplacian

Inherits Application.

Public Types

typedef boost::shared_ptr
< backend_type > 
backend_ptrtype
 
typedef Backend< value_type > backend_type
 
typedef bases< Lagrange< Order,
Scalar >, Lagrange< 0, Scalar > > 
basis_type
 
typedef element_type::template
sub_element< 0 >::type 
element_0_type
 
typedef element_type::template
sub_element< 1 >::type 
element_1_type
 
typedef
functionspace_type::element_type 
element_type
 
typedef Entity< Dim, 1, Dim > entity_type
 
typedef boost::shared_ptr
< export_type > 
export_ptrtype
 
typedef Exporter< mesh_type > export_type
 
typedef boost::shared_ptr
< functionspace_type > 
functionspace_ptrtype
 
typedef FunctionSpace
< mesh_type, basis_type,
value_type > 
functionspace_type
 
typedef boost::shared_ptr
< mesh_type > 
mesh_ptrtype
 
typedef Mesh< entity_type > mesh_type
 
typedef
backend_type::sparse_matrix_ptrtype 
sparse_matrix_ptrtype
 
typedef
backend_type::sparse_matrix_type 
sparse_matrix_type
 
typedef double value_type
 
typedef
backend_type::vector_ptrtype 
vector_ptrtype
 
typedef backend_type::vector_type vector_type
 

Public Member Functions

mesh_ptrtype createMesh ()
 
 LaplacianLM ()
 
void run ()
 

Static Public Attributes

static const uint16_type imOrder = 2*Order
 

Constructor & Destructor Documentation

template<int Dim, int Order>
Feel::LaplacianLM< Dim, Order >::LaplacianLM ( )

constructor

Member Function Documentation

template<int Dim, int Order>
mesh_ptrtype Feel::LaplacianLM< Dim, Order >::createMesh ( )

mesh generation

template<int Dim, int Order>
void Feel::LaplacianLM< Dim, Order >::run ( )

run the convergence test


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