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::DrivenCavity< Dim > Class Template Reference
+ Inheritance diagram for Feel::DrivenCavity< Dim >:

Public Types

typedef Lagrange< 0, Scalar > basis_l_type
 
typedef Lagrange< 1, Scalar > basis_p_type
 
typedef bases< basis_u_type,
basis_p_type, basis_l_type > 
basis_type
 
typedef bases< basis_u_type > basis_type_U
 
typedef Lagrange< 2, Vectorial > basis_u_type
 
typedef Simplex< Dim > convex_type
 
typedef space_type::element_type element_type
 
typedef Exporter< mesh_type > export_type
 
typedef boost::shared_ptr
< mesh_type > 
mesh_ptrtype
 
typedef Mesh< convex_type > mesh_type
 
typedef boost::shared_ptr
< space_type > 
space_ptrtype
 
typedef boost::shared_ptr
< space_type_U > 
space_ptrtype_U
 
typedef FunctionSpace
< mesh_type, basis_type > 
space_type
 
typedef FunctionSpace
< mesh_type, basis_type_U > 
space_type_U
 
typedef double value_type
 

Public Member Functions

FEELPP_DONT_INLINE void exportResults (element_type const &U)
 
FEELPP_DONT_INLINE void init ()
 
FEELPP_DONT_INLINE void Jacobian (const vector_ptrtype &X, sparse_matrix_ptrtype &J)
 
FEELPP_DONT_INLINE void Residual (const vector_ptrtype &X, vector_ptrtype &R)
 
FEELPP_DONT_INLINE void run ()
 

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