dune-fem
2.4.1-rc
|
![]() |
Classes | |
class | Dune::Fem::IsDiscreteFunction |
class | Dune::Fem::HasLocalFunction |
class | Dune::Fem::DiscreteFunctionTraits< DiscreteFunction > |
Traits class for a DiscreteFunction. More... | |
class | Dune::Fem::DiscreteFunctionDefault< Impl > |
class | Dune::Fem::DiscreteFunctionInterface< Impl > |
class | Dune::Fem::ManagedDiscreteFunction< DiscreteFunction > |
struct | Dune::Fem::DefaultDiscreteFunctionTraits< DiscreteFunctionSpace, DofVector > |
class | Dune::Fem::DofBlockProxy< DiscreteFunction, Dof, Size > |
DoF block proxy for discrete functions with random access to DoFs. More... | |
The DiscreteFunction is responsible for the dof storage. This can be done in various ways an is left to the user. The user has to derive his own implementation from the DiscreteFunctionDefault class. The implementations in the default class which are ineffecient for the dof storage in the derived class can be overloaded.