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

Detailed Description

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

Fat boundary method for the laplacian

+ Inheritance diagram for Feel::PeriodicStokes< Dim, Order >:

Public Types

typedef bases< Lagrange< Order+1,
Vectorial >, Lagrange< Order,
Scalar > > 
basis_composite_type
 
typedef
functionspace_composite_type::element_type 
element_type
 
typedef Entity< Dim > entity_type
 
typedef boost::shared_ptr
< export_type > 
export_ptrtype
 
typedef Exporter< mesh_type > export_type
 
typedef boost::shared_ptr
< functionspace_composite_type > 
functionspace_composite_ptrtype
 
typedef FunctionSpace
< mesh_type,
basis_composite_type,
Periodicity< Periodic
<>, NoPeriodicity > > 
functionspace_composite_type
 
typedef boost::shared_ptr
< mesh_type > 
mesh_ptrtype
 
typedef Mesh< entity_type > mesh_type
 
typedef double value_type
 

Public Member Functions

 BOOST_MPL_ASSERT ((boost::is_same< mpl::bool_< functionspace_composite_type::template sub_functionspace< 0 >::type::element_type::is_periodic >, mpl::bool_< true > >))
 
 BOOST_MPL_ASSERT ((boost::is_same< mpl::bool_< functionspace_composite_type::template sub_functionspace< 1 >::type::element_type::is_periodic >, mpl::bool_< false > >))
 
 PeriodicStokes ()
 
void run ()
 

Constructor & Destructor Documentation

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

constructor

Member Function Documentation

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

run the convergence test


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