dune-pdelab  2.0.0
Classes | Public Types | Public Member Functions | List of all members
Dune::PDELab::ConstraintsTransformation< DI, CI, F > Class Template Reference

a class holding transformation for constrained spaces More...

#include <dune/pdelab/constraints/common/constraintstransformation.hh>

Inheritance diagram for Dune::PDELab::ConstraintsTransformation< DI, CI, F >:
Inheritance graph

Classes

class  LocalTransformation
 

Public Types

typedef F ElementType
 export ElementType More...
 
typedef F Field
 
typedef
ConstraintsTransformation::mapped_type 
RowType
 export RowType More...
 

Public Member Functions

 ConstraintsTransformation ()
 
void clear ()
 
template<typename IndexCache >
void import_local_transformation (const LocalTransformation &local_transformation, const IndexCache &index_cache)
 
bool containsNonDirichletConstraints () const
 

Detailed Description

template<typename DI, typename CI, typename F>
class Dune::PDELab::ConstraintsTransformation< DI, CI, F >

a class holding transformation for constrained spaces

Member Typedef Documentation

template<typename DI, typename CI, typename F>
typedef F Dune::PDELab::ConstraintsTransformation< DI, CI, F >::ElementType

export ElementType

template<typename DI, typename CI, typename F>
typedef F Dune::PDELab::ConstraintsTransformation< DI, CI, F >::Field
template<typename DI, typename CI, typename F>
typedef ConstraintsTransformation::mapped_type Dune::PDELab::ConstraintsTransformation< DI, CI, F >::RowType

export RowType

Constructor & Destructor Documentation

template<typename DI, typename CI, typename F>
Dune::PDELab::ConstraintsTransformation< DI, CI, F >::ConstraintsTransformation ( )
inline

Member Function Documentation

template<typename DI, typename CI, typename F>
void Dune::PDELab::ConstraintsTransformation< DI, CI, F >::clear ( )
inline
template<typename DI, typename CI, typename F>
bool Dune::PDELab::ConstraintsTransformation< DI, CI, F >::containsNonDirichletConstraints ( ) const
inline
template<typename DI, typename CI, typename F>
template<typename IndexCache >
void Dune::PDELab::ConstraintsTransformation< DI, CI, F >::import_local_transformation ( const LocalTransformation local_transformation,
const IndexCache &  index_cache 
)
inline

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