Feel++ 0.91.0
Public Types | Public Member Functions
Feel::Stokes Class Reference

solves the stokes equations More...

Inheritance diagram for Feel::Stokes:
Feel::Application

List of all members.

Public Types

typedef double value_type
typedef Backend< value_type > backend_type
typedef boost::shared_ptr
< backend_type
backend_ptrtype
typedef
backend_type::sparse_matrix_ptrtype 
sparse_matrix_ptrtype
typedef
backend_type::vector_ptrtype 
vector_ptrtype
typedef Simplex< 2 > convex_type
typedef Mesh< convex_typemesh_type
typedef boost::shared_ptr
< mesh_type > 
mesh_ptrtype
typedef Lagrange< 2, Vectorial > basis_u_type
typedef Lagrange< 1, Scalar > basis_p_type
typedef Lagrange< 0, Scalar > basis_l_type
typedef bases< basis_u_type,
basis_p_type, basis_l_type > 
basis_type
typedef FunctionSpace
< mesh_type, basis_type
space_type
typedef boost::shared_ptr
< space_type > 
space_ptrtype
typedef space_type::element_type element_type
typedef Exporter< mesh_type > export_type

Public Member Functions

FEEL_DONT_INLINE Stokes (int argc, char **argv, AboutData const &ad, po::options_description const &od)
FEEL_DONT_INLINE void run ()

Detailed Description

solves the stokes equations


Member Function Documentation

void Feel::Stokes::run ( ) [virtual]