dune-fem 2.8.0
Loading...
Searching...
No Matches
Public Types | Public Member Functions | List of all members
Dune::Fem::DefaultLocalRestrictProlong< CombinedSpace< DiscreteFunctionSpace, N, VariableBased > > Class Template Reference

#include <dune/fem/space/combinedspace/combinedspace.hh>

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

Public Types

typedef LocalRestrictProlongType::DomainFieldType DomainFieldType
 

Public Member Functions

 DefaultLocalRestrictProlong (const CombinedSpace< DiscreteFunctionSpace, N, VariableBased > &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
 
template<class LFFather , class LFSon , class LocalGeometry >
void prolongLocal (const LFFather &lfFather, LFSon &lfSon, const LocalGeometry &geometryInFather, bool initialize) const
 
template<class LFFather >
void restrictFinalize (LFFather &lfFather) const
 
bool needCommunication () const
 

Member Typedef Documentation

◆ DomainFieldType

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

Constructor & Destructor Documentation

◆ DefaultLocalRestrictProlong()

template<class DiscreteFunctionSpace , int N>
Dune::Fem::DefaultLocalRestrictProlong< CombinedSpace< DiscreteFunctionSpace, N, VariableBased > >::DefaultLocalRestrictProlong ( const CombinedSpace< DiscreteFunctionSpace, N, VariableBased > &  space)
inline

Member Function Documentation

◆ needCommunication()

template<class DiscreteFunctionSpace , int N>
bool Dune::Fem::PowerLocalRestrictProlong< DiscreteFunctionSpace, N >::needCommunication ( ) const
inlineinherited

◆ prolongLocal()

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

◆ restrictFinalize()

template<class DiscreteFunctionSpace , int N>
template<class LFFather >
void Dune::Fem::PowerLocalRestrictProlong< DiscreteFunctionSpace, N >::restrictFinalize ( LFFather &  lfFather) const
inlineinherited

◆ restrictLocal()

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

◆ setFatherChildWeight()

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: