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::ResistanceLaplacian< Dim, Order > Class Template Reference

Detailed Description

template<int Dim, int Order>
class Feel::ResistanceLaplacian< 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, discontinuity_type > > 
basis_type
 
typedef
DiscontinuousInterfaces
< fusion::vector< mpl::vector
< mpl::int_< 4 >, mpl::int_
< 6 >, mpl::int_< 7 > > > > 
discontinuity_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 > 
functionspace_type
 
typedef Entity< 1, 1, Dim > line_entity_type
 
typedef boost::shared_ptr
< line_mesh_type > 
line_mesh_ptrtype
 
typedef Mesh< line_entity_type > line_mesh_type
 
typedef boost::shared_ptr
< mesh_type > 
mesh_ptrtype
 
typedef Mesh< entity_type > mesh_type
 
typedef p0_space_type::element_type p0_element_type
 
typedef boost::shared_ptr
< p0_space_type > 
p0_space_ptrtype
 
typedef FunctionSpace
< mesh_type, bases< Lagrange
< 0, Scalar, Discontinuous > > > 
p0_space_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
 
typedef bases< Lagrange< Order-1,
Vectorial > > 
vectorial_basis_type
 
typedef boost::shared_ptr
< vectorial_functionspace_type > 
vectorial_functionspace_ptrtype
 
typedef FunctionSpace
< mesh_type,
vectorial_basis_type > 
vectorial_functionspace_type
 

Public Member Functions

line_mesh_ptrtype createLine ()
 
mesh_ptrtype createMesh ()
 
 ResistanceLaplacian ()
 
void run ()
 

Static Public Attributes

static const uint16_type imOrder = 2*Order
 

Constructor & Destructor Documentation

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

Member Function Documentation

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

mesh generation

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

run the convergence test


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