Logo  0.95.0-final
Finite Element Embedded Library and Language in C++
Feel++ Feel++ on Github Feel++ community
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Feel::SystemImplicit< SpaceType > Class Template Reference

#include <systemimplicit.hpp>

Detailed Description

template<typename SpaceType>
class Feel::SystemImplicit< SpaceType >

describes an implicit system

Author
Christophe Prud'homme
See Also
+ Inheritance diagram for Feel::SystemImplicit< SpaceType >:

Public Types

Typedefs
typedef SystemImplicit< SpaceType > system_type
 
typedef super::value_type value_type
 
typedef super::functionspace_type functionspace_type
 
typedef super::functionspace_type functionspace_ptrtype
 
typedef super::element_type element_type
 
typedef Backend< value_type > backend_type
 
typedef boost::shared_ptr
< backend_type
backend_ptrtype
 
typedef
backend_type::sparse_matrix_type 
sparse_matrix_type
 
typedef
backend_type::sparse_matrix_ptrtype 
sparse_matrix_ptrtype
 
typedef backend_type::vector_type vector_type
 
typedef
backend_type::vector_ptrtype 
vector_ptrtype
 

Public Member Functions

Constructors, destructor
 SystemImplicit (functionspace_ptrtype const &Xh, po::variables_map const &vm)
 
 SystemImplicit (SystemImplicit const &si)
 copy constructor
 
 ~SystemImplicit ()
 destructor
 
Operator overloads
SystemImplicitoperator= (SystemImplicit const &o)
 copy operator
 
Accessors
backend_ptrtype & backend ()
 set the backend
 
backend_ptrtype const & backend () const
 
Mutators
void backend (backend_ptrtype const &b)
 set the backend
 

Protected Attributes

backend_ptrtype M_backend
 

Additional Inherited Members

- Private Types inherited from Feel::SystemExplicit< SpaceType >
typedef SystemExplicit< SpaceType > system_type
 
typedef super::value_type value_type
 
typedef super::functionspace_type functionspace_type
 
typedef super::functionspace_type functionspace_ptrtype
 
typedef super::element_type element_type
 
- Private Member Functions inherited from Feel::SystemExplicit< SpaceType >
 SystemExplicit (functionspace_ptrtype Xh, po::variables_map const &vm)
 
 SystemExplicit (SystemExplicit const &se)
 
 ~SystemExplicit ()
 
- Static Private Attributes inherited from Feel::SystemExplicit< SpaceType >
static const uint16_type Dim = super::Dim
 

Member Function Documentation

template<typename SpaceType >
backend_ptrtype const& Feel::SystemImplicit< SpaceType >::backend ( ) const
inline
Returns
the backend

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

Generated on Sun Oct 20 2013 08:25:09 for Feel++ by doxygen 1.8.4