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... | |
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.