Logo DUNE-FEM
Logo Albert-Ludwigs-Universität Freiburg Logo Abteilung für Angewandte Mathematik
Base functions and base functiton sets

Classes

class  Dune::BaseFunctionInterface< FunctionSpaceImp >
 interface for base functions More...
class  Dune::Fem::SimpleBaseFunctionProxy< BaseFunctionSetImp >
 proxy object for base function sets More...
struct  Dune::Fem::StandardBaseFunctionSetTraits< FunctionSpaceImp, StorageImp >
 Traits class for standard base function set. More...
class  Dune::Fem::StandardBaseFunctionSet< FunctionSpaceImp, StorageImp >
 standard base function set More...
class  Dune::Fem::BaseFunctionSetInterface< TraitsImp >
 interface class for base function sets More...
class  Dune::Fem::BaseFunctionSetDefault< TraitsImp >
 default implementation of the BaseFunctionSetInterface More...
class  Dune::Fem::VectorialBaseFunctionSet< FunctionSpace, Storage >
 special base function set taking advantage of the vectorial structure of base functions More...

Detailed Description

The base functions are essential to describe a numerical solutions. Here the interface of base functions and the corresponding base function set is presented. The user always works with the BaseFunctionSets, where all different base functions for on element type are known.

Remarks:
The interface for the BaseFunctionSet is defined by BaseFunctionSetInterface.
The interface for using a BaseFunction is described by BaseFunctionInterface. Note that the member methods are virtual.