DUNE-FEM (unstable)
Dune::Fem::ProlongFunction< LRP > Class Template Reference
prolong discrete functions between grid levels More...
#include <dune/fem/space/common/restrictprolongfunction.hh>
Public Types | |
typedef LRP | LocalRestrictProlong |
type of the local restriction and prolongation operator | |
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... | |
Detailed Description
template<class LRP>
class Dune::Fem::ProlongFunction< LRP >
class Dune::Fem::ProlongFunction< LRP >
prolong discrete functions between grid levels
- Template Parameters
-
LRP local restriction and prolongation operator (e.g., LocalLagrangeRestrictProlong)
Member Function Documentation
◆ operator()()
template<class LRP >
template<class CoarseFunction , class FineFunction >
|
inline |
prolong a discrete function to finer grid level
- Note
- The grid parts modelling the levels need not be of same type.
- Parameters
-
[in] coarseFunction discrete function on the coarser level [out] fineFunction discrete function on the finer level
References Dune::Fem::LocalFunction< BasisFunctionSet, LocalDofVector >::assign().
The documentation for this class was generated from the following file:
- dune/fem/space/common/restrictprolongfunction.hh
|
Legal Statements / Impressum |
Hosted by TU Dresden |
generated with Hugo v0.111.3
(Nov 20, 23:30, 2024)