dune-pdelab 2.7-git
Loading...
Searching...
No Matches
Classes | Public Types | Public Member Functions | Public Attributes | 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
 
typedef F Field
 
typedef ConstraintsTransformation::mapped_type RowType
 export RowType
 

Public Member Functions

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

Public Attributes

keys
 STL member.
 
elements
 STL member.
 

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

◆ ElementType

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

export ElementType

◆ Field

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

◆ RowType

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

export RowType

Constructor & Destructor Documentation

◆ ConstraintsTransformation()

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

Member Function Documentation

◆ clear()

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

◆ containsNonDirichletConstraints()

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

◆ import_local_transformation()

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

Member Data Documentation

◆ elements

T std::unordered_map< K, T >::elements
inherited

STL member.

◆ keys

K std::unordered_map< K, T >::keys
inherited

STL member.


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