DUNE-FEM (2.10)
•All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
LocalFunction
Classes | |
class | Dune::Fem::LocalFunctionConverter< HostLocalFunction, Converter, Storage > |
implementation of a Dune::Fem::LocalFunction on a FunctionSpace V restircted/prolongated from an other function space W. More... | |
class | Dune::Fem::LocalFunction< BasisFunctionSet, LocalDofVector > |
interface for local functions More... | |
class | Dune::Fem::ConstLocalDiscreteFunction< DiscreteFunction > |
A constant local function carrying values for one entity. More... | |
class | Dune::Fem::BasicTemporaryLocalFunction< DiscreteFunctionSpace, DofVector > |
A temporary function carrying values for one entity. More... | |
class | Dune::Fem::TemporaryLocalFunction< DiscreteFunctionSpace, Dof > |
A temporary function carrying values for one entity. More... | |
Detailed Description
On every element from a discrete function the local funtion can be accessed. With the local function one has access to the dof and on the other hand to the basis function set of this actual element. Therefore this is called a local function.
- Remarks
- The interface for using a LocalFunction is defined by the class LocalFunction.
