dune-fem  2.4.1-rc
localfunctionselector.hh
Go to the documentation of this file.
1 #ifndef DUNE_FEM_PASS_COMMON_LOCALFUNCTIONSELECTOR_HH
2 #define DUNE_FEM_PASS_COMMON_LOCALFUNCTIONSELECTOR_HH
3 
6 
7 namespace Dune
8 {
9 
10  namespace Fem
11  {
12 
13  // LocalFunctionSelector
14  // ---------------------
15 
16  /*
17  * \brief Please doc me.
18  */
19  template< class DiscreteFunctionType >
21  {
23  };
24 
25  template< class Evaluate >
27  {
29  };
30 
31  } // namespace Fem
32 
33 } // namespace Dune
34 
35 #endif // #ifndef DUNE_FEM_PASS_COMMON_LOCALFUNCTIONSELECTOR_HH
LocalFunctionAdapter wrapped a class with a local evaluate method into a grid function.
Definition: localfunctionadapter.hh:25
Definition: coordinate.hh:4
Definition: localfunctionadapter.hh:28
A constant local function carrying values for one entity.
Definition: const.hh:31
ConstLocalFunction< DiscreteFunctionType > Type
Definition: localfunctionselector.hh:22
Definition: localfunctionselector.hh:20
LocalFunctionAdapter< Evaluate >::LocalFunctionType Type
Definition: localfunctionselector.hh:28