dune-fem
2.4.1-rc
|
restrict discrete functions between grid levels More...
#include </local/tomalk/somewhere/tmp/dune-fem/dune/fem/space/common/restrictprolongfunction.hh>
Public Types | |
typedef LRP | LocalRestrictProlong |
type of the local restriction and prolongation operator More... | |
Public Member Functions | |
template<class FineFunction , class CoarseFunction > | |
void | operator() (const FineFunction &fineFunction, CoarseFunction &coarseFunction) const |
restrict a discrete function to coarser grid level More... | |
restrict discrete functions between grid levels
LRP | local restriction and prolongation operator (e.g., LocalLagrangeRestrictProlong) |
typedef LRP Dune::Fem::RestrictFunction< LRP >::LocalRestrictProlong |
type of the local restriction and prolongation operator
|
inline |
restrict a discrete function to coarser grid level
[in] | fineFunction | discrete function on the finer level |
[out] | coarseFunction | discrete function on the coarser level |
References Dune::Fem::IndexSet< Traits >::contains().