dune-fem 2.8.0
Loading...
Searching...
No Matches
Dune::Fem::DiscreteFunctionTraits< DiscreteFunction > Class Template Reference

Traits class for a DiscreteFunction. More...

#include <dune/fem/function/blockvectorfunction/blockvectorfunction.hh>

Inheritance diagram for Dune::Fem::DiscreteFunctionTraits< DiscreteFunction >:
Inheritance graph

Detailed Description

template<class DiscreteFunction>
class Dune::Fem::DiscreteFunctionTraits< DiscreteFunction >

Traits class for a DiscreteFunction.

This could be seen as a hack, but is not With this method we define the class CombineRestProl which is only for combining of local grid operations without using virtual methods. The interface of the two defined methods of the class (restrictLocal and prolongLocal) is given by the implementation (see below ) and has to be the same for all local operators you want to combine

Template Parameters
DiscreteFunctionSpacespace the discrete function lives in
DofVectorimplementation class of the block vector
Template Parameters
DiscreteFunctionSpacespace the discrete function lives in
DofVectorimplementation class of the block vector

The documentation for this class was generated from the following file: