dune-fem
2.4.1-rc
|
prolong 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 CoarseFunction , class FineFunction > | |
void | operator() (const CoarseFunction &coarseFunction, FineFunction &fineFunction) const |
prolong a discrete function to finer grid level More... | |
prolong discrete functions between grid levels
LRP | local restriction and prolongation operator (e.g., LocalLagrangeRestrictProlong) |
typedef LRP Dune::Fem::ProlongFunction< LRP >::LocalRestrictProlong |
type of the local restriction and prolongation operator
|
inline |
prolong a discrete function to finer grid level
[in] | coarseFunction | discrete function on the coarser level |
[out] | fineFunction | discrete function on the finer level |
References Dune::Fem::IndexSet< Traits >::contains().