DUNE-FEM (unstable)
•All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
Functions
Classes | |
class | Dune::Fem::Function< FunctionSpaceImp, FunctionImp > |
Abstract class representing a function. More... | |
class | Dune::Fem::BasicInstationaryFunction< FunctionSpace, Function > |
basic wrapper class (still a CRTP) for instationary functions More... | |
class | Dune::Fem::InstationaryFunction< Function, StoragePolicy > |
implementation of a Dune::Fem::Function taking an instationary function More... | |
Detailed Description
Functions are mapping from one finite dimensional vector space into another, e.g., K^n into L^m. They are element of a function space.
- Remarks
- The interface is given by Function.
