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::Advection< Dim, Order, Cont, Entity > Class Template Reference

Detailed Description

template<int Dim, int Order, typename Cont, template< uint16_type, uint16_type, uint16_type > class Entity>
class Feel::Advection< Dim, Order, Cont, Entity >

Advection Solver using discontinous approximation spaces

solve \( -\beta\cdot\nabla u + \mu u = f\) on \(\Omega\) and \(u= g\) on \(\Gamma_{in}\)

Inherits Application.

Public Types

typedef boost::shared_ptr
< backend_type > 
backend_ptrtype
 
typedef Backend< value_type > backend_type
 
typedef Entity< Dim, Order, Dim > entity_type
 
typedef Exporter< mesh_type,
Order > 
export_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 double value_type
 
typedef
backend_type::vector_ptrtype 
vector_ptrtype
 

Public Member Functions

void run ()
 

Member Function Documentation

template<int Dim, int Order, typename Cont , template< uint16_type, uint16_type, uint16_type > class Entity>
void Feel::Advection< Dim, Order, Cont, Entity >::run ( )

run the convergence test


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