dune-fem  2.4.1-rc
Public Types | Public Member Functions | List of all members
Dune::Fem::DefaultLocalRestrictProlong< PowerDiscreteFunctionSpace< DiscreteFunctionSpace, N > > Class Template Reference

#include </local/tomalk/somewhere/tmp/dune-fem/dune/fem/space/combinedspace/powerspace.hh>

Inheritance diagram for Dune::Fem::DefaultLocalRestrictProlong< PowerDiscreteFunctionSpace< DiscreteFunctionSpace, N > >:
Inheritance graph

Public Types

typedef LocalRestrictProlongType::DomainFieldType DomainFieldType
 

Public Member Functions

 DefaultLocalRestrictProlong (const DiscreteFunctionSpacesType &space)
 
void setFatherChildWeight (const DomainFieldType &weight)
 
template<class LFFather , class LFSon , class LocalGeometry >
void restrictLocal (LFFather &lfFather, const LFSon &lfSon, const LocalGeometry &geometryInFather, bool initialize) const
 restrict data to father More...
 
template<class LFFather , class LFSon , class LocalGeometry >
void prolongLocal (const LFFather &lfFather, LFSon &lfSon, const LocalGeometry &geometryInFather, bool initialize) const
 
bool needCommunication () const
 

Member Typedef Documentation

template<class DiscreteFunctionSpace , int N>
typedef LocalRestrictProlongType::DomainFieldType Dune::Fem::PowerLocalRestrictProlong< DiscreteFunctionSpace, N >::DomainFieldType
inherited

Constructor & Destructor Documentation

Member Function Documentation

template<class DiscreteFunctionSpace , int N>
bool Dune::Fem::PowerLocalRestrictProlong< DiscreteFunctionSpace, N >::needCommunication ( ) const
inlineinherited
template<class DiscreteFunctionSpace , int N>
template<class LFFather , class LFSon , class LocalGeometry >
void Dune::Fem::PowerLocalRestrictProlong< DiscreteFunctionSpace, N >::prolongLocal ( const LFFather &  lfFather,
LFSon &  lfSon,
const LocalGeometry &  geometryInFather,
bool  initialize 
) const
inlineinherited
template<class DiscreteFunctionSpace , int N>
template<class LFFather , class LFSon , class LocalGeometry >
void Dune::Fem::PowerLocalRestrictProlong< DiscreteFunctionSpace, N >::restrictLocal ( LFFather &  lfFather,
const LFSon &  lfSon,
const LocalGeometry &  geometryInFather,
bool  initialize 
) const
inlineinherited

restrict data to father

template<class DiscreteFunctionSpace , int N>
void Dune::Fem::PowerLocalRestrictProlong< DiscreteFunctionSpace, N >::setFatherChildWeight ( const DomainFieldType weight)
inlineinherited

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