dune-fem 2.8.0
Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
Dune::Fem::BaseFunctionSetSingletonFactory< KeyImp, ObjectImp, ObjectFactoryImp > Class Template Reference

BasisFunctionSetSingletonFactory provides method createObject and deleteObject for the SingletonList. More...

#include <dune/fem/space/common/discretefunctionspace.hh>

Static Public Member Functions

static ObjectImp * createObject (const KeyImp &key)
 create new BaseFunctionSet
 
static void deleteObject (ObjectImp *obj)
 delete BaseFunctionSet
 

Detailed Description

template<class KeyImp, class ObjectImp, class ObjectFactoryImp>
class Dune::Fem::BaseFunctionSetSingletonFactory< KeyImp, ObjectImp, ObjectFactoryImp >

BasisFunctionSetSingletonFactory provides method createObject and deleteObject for the SingletonList.

Member Function Documentation

◆ createObject()

template<class KeyImp , class ObjectImp , class ObjectFactoryImp >
static ObjectImp * Dune::Fem::BaseFunctionSetSingletonFactory< KeyImp, ObjectImp, ObjectFactoryImp >::createObject ( const KeyImp &  key)
inlinestatic

create new BaseFunctionSet

◆ deleteObject()

template<class KeyImp , class ObjectImp , class ObjectFactoryImp >
static void Dune::Fem::BaseFunctionSetSingletonFactory< KeyImp, ObjectImp, ObjectFactoryImp >::deleteObject ( ObjectImp *  obj)
inlinestatic

delete BaseFunctionSet


The documentation for this class was generated from the following file: