Feel++ 0.91.0
|
solves the stokes equations More...
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_type > | mesh_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 () |
solves the stokes equations
void Feel::Stokes::run | ( | ) | [virtual] |
run the convergence test
Reimplemented from Feel::Application.
References Feel::Application::about(), Feel::boundaryfaces(), Feel::Application::changeRepository(), Feel::elements(), Feel::Simplex< Dim, Order, RDim >::name(), Feel::Application::optionsDescription(), and Feel::Application::vm().