dune-fem  2.4.1-rc
Classes | Namespaces
space/common/capabilities.hh File Reference

Go to the source code of this file.

Classes

class  Dune::Fem::Capabilities::hasFixedPolynomialOrder< DiscreteFunctionSpace >
 specialize with true if polynomial order does not depend on the grid (part) entity More...
 
class  Dune::Fem::Capabilities::hasStaticPolynomialOrder< DiscreteFunctionSpace >
 specialize with true if polynomial order fixed and compile time static More...
 
class  Dune::Fem::Capabilities::isContinuous< DiscreteFunctionSpace >
 specialize with true if space is always continuous More...
 
class  Dune::Fem::Capabilities::isLocalized< DiscreteFunctionSpace >
 specialize with true if the space is localized, * i.e., the basis function set is based on a shape function set. More...
 
class  Dune::Fem::Capabilities::isParallel< DiscreteFunctionSpace >
 specialize with true if space can be used in parallel More...
 
class  Dune::Fem::Capabilities::isAdaptive< DiscreteFunctionSpace >
 specialize with true if space can be used with AdaptiveDiscreteFunction More...
 
class  Dune::Fem::Capabilities::threadSafe< DiscreteFunctionSpace >
 specialize with true if the space implementation is thread safe More...
 
class  Dune::Fem::Capabilities::viewThreadSafe< DiscreteFunctionSpace >
 specialize with true if the space implementation is thread safe, while it is not modified More...
 
class  Dune::Fem::Capabilities::isHierarchic< DiscreteFunctionSpace >
 specialize with true if for a space the basis functions are sorted by the polynomial order, starting with the lowest order More...
 
struct  Dune::Fem::Capabilities::hasFixedPolynomialOrder< const DiscreteFunctionSpace >
 
struct  Dune::Fem::Capabilities::hasStaticPolynomialOrder< const DiscreteFunctionSpace >
 
struct  Dune::Fem::Capabilities::isContinuous< const DiscreteFunctionSpace >
 
struct  Dune::Fem::Capabilities::isLocalized< const DiscreteFunctionSpace >
 
struct  Dune::Fem::Capabilities::isParallel< const DiscreteFunctionSpace >
 
struct  Dune::Fem::Capabilities::isAdaptive< const DiscreteFunctionSpace >
 
struct  Dune::Fem::Capabilities::threadSafe< const DiscreteFunctionSpace >
 
struct  Dune::Fem::Capabilities::viewThreadSafe< const DiscreteFunctionSpace >
 
struct  Dune::Fem::Capabilities::isHierarchic< const DiscreteFunctionSpace >
 

Namespaces

 Dune
 
 Dune::Fem
 
 Dune::Fem::Capabilities