dune-functions 2.9.0
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123]
 CDune::Functions::AnalyticGridViewFunction< Signature, GV, F, DerivativeTraits >
 CDune::Functions::AnalyticGridViewFunction< Range(Domain), GV, F, DerivativeTraits >Class wrapping any differentiable function as grid function
 Cstd::array< T >STL class
 CBA
 CDune::Functions::Concept::BasisNode
 CDune::Functions::BasisNodeMixin
 CDune::Functions::BrezziDouglasMariniPreBasis< GV, k >
 CDune::Functions::BSplineLocalBasis< GV, R >LocalBasis class in the sense of dune-localfunctions, presenting the restriction of a B-spline patch to a knot span
 CDune::Functions::BSplineLocalBasis< GV, double >
 CDune::Functions::BSplineLocalCoefficients< dim >Attaches a shape function to an entity
 CDune::Functions::BSplineLocalFiniteElement< GV, R >LocalFiniteElement in the sense of dune-localfunctions, for the B-spline basis on tensor-product grids
 CDune::Functions::BSplineLocalFiniteElement< GV, double >
 CDune::Functions::BSplineLocalInterpolation< dim, LB >Local interpolation in the sense of dune-localfunctions, for the B-spline basis on tensor-product grids
 CDune::Functions::BSplineLocalInterpolation< dim, Dune::Functions::BSplineLocalBasis< GV, double > >
 CDune::Functions::BSplineLocalInterpolation< dim, Dune::Functions::BSplineLocalBasis< GV, R > >
 CDune::Functions::BSplinePreBasis< GV >Pre-basis for B-spline basis
 CDune::Functions::Concept::Callable< Args >Concept objects that can be called with given argument list
 CDune::Functions::CallableFunctionWrapper< F >Wrap a Dune::VirtualFunction into a callable object
 CDune::Functions::ComposedGridFunction< OF, IF >Composition of grid functions with another function
 CTypeTree::CompositeNode
 CDune::Functions::CompositePreBasis< IMS, SPB >A pre-basis for composite bases
 CDune::Functions::Concept::ConstVectorBackend< GlobalBasis >
 CDune::Functions::ImplDoc::DiscreteGlobalBasisFunctionBase< B, V, NTRE >::Data
 CDune::Functions::DefaultDerivativeTraits< Signature >Default implementation for derivative traits
 CDune::Functions::DefaultDerivativeTraits< double(double) >Default implementation for derivative traits
 CDune::Functions::DefaultDerivativeTraits< FieldMatrix< K, 1, m >(FieldVector< K, n >)>Default implementation for derivative traits
 CDune::Functions::DefaultDerivativeTraits< FieldVector< K, m >(FieldVector< K, n >)>Default implementation for derivative traits
 CDune::Functions::DefaultDerivativeTraits< K(FieldVector< K, n >)>Default implementation for derivative traits
 CDune::Functions::DefaultGlobalBasis< PB >Global basis for given pre-basis
 CDune::Functions::DefaultLocalView< GB >The restriction of a finite element basis to a single element
 CDune::Functions::DefaultNodeToRangeMap< Tree >A simple node to range map using lexicographic ordering
 CDune::Functions::Concept::DifferentiableFunction< Signature, DerivativeTraits >
 CDune::Functions::DifferentiableFunction< Signature, DerivativeTraits, bufferSize >
 CDune::Functions::DifferentiableFunctionFromCallables< Signature, DerivativeTraits, Callables >
 CDune::Functions::DifferentiableFunctionFromCallables< DerivativeSignature, DerivativeTraits, DF, Derivatives... >
 CDune::Functions::DifferentiableFunctionFromCallables< Range(Domain), DerivativeTraits, F >Wrap a list of callable objects as derivative sequence modelling Concept::DifferentiableFunction<Range(Domain), DerivativeTraits>
 CDune::Functions::DifferentiableFunctionFromCallables< Range(Domain), DerivativeTraits, F, DF, Derivatives... >Wrap a list of callable objects as derivative sequence modelling Concept::DifferentiableFunction<Range(Domain), DerivativeTraits>
 CDune::Functions::Concept::DifferentiableGridFunction< Signature, EntitySet, DerivativeTraits >
 CDune::Functions::Concept::DifferentiableGridViewFunction< Signature, GridView, DerivativeTraits >
 CDune::Functions::Concept::DifferentiableLocalFunction< Signature, LocalContext, DerivativeTraits >
 CDune::Functions::ImplDoc::DiscreteGlobalBasisFunctionBase< B, V, NTRE >
 CDune::Functions::ImplDoc::DiscreteGlobalBasisFunctionBase< B, V, HierarchicNodeToRangeMap >
 CDune::Functions::ImplDoc::DiscreteGlobalBasisFunctionBase< DGBF::Basis, DGBF::Vector, DGBF::NodeToRangeEntry >
 CTypeTree::DynamicTraversal
 CDune::Functions::Concept::EntitySetConcept for an entity set for a Concept::GridFunction<Range(Domain), EntitySet, DerivativeTraits>
 CDune::Functions::FaceNormalGridFunction< GV >Grid function implementing the piecewise element face normal
 CDune::Functions::Concept::Function< Signature >
 CDune::Functions::FunctionFromCallable< Signature, F, FunctionInterface >
 CFunctionInterface
 CDune::Functions::BasisFactory::Experimental::GenericIndexingTransformation< IndexTransformation, SizeImplementation, minIS, maxIS >A generic implementation of a transformation
 CDune::Functions::Concept::GlobalBasis< GridView >
 CDune::Functions::Concept::GridFunction< Signature, EntitySet >
 CDune::Functions::GridFunction< Signature, EntitySet, DerivativeTraits, bufferSize >
 CDune::Functions::GridFunction< Range(Domain), GridViewEntitySet< GV, 0 >, DerivativeTraits, bufferSize >
 CDune::Functions::GridViewEntitySet< GV, cd >An entity set for all entities of given codim in a grid view
 CDune::Functions::GridViewEntitySet< GridView, 0 >
 CDune::Functions::Concept::GridViewFunction< Signature, GridView >
 CDune::Functions::GridViewFunction< Signature, GridView, DerivativeTraits, bufferSize >
 CDune::Functions::Concept::HasIndexAccess
 CDune::Functions::Concept::HasResize
 CDune::Functions::Concept::HasSizeMethod
 CDune::Functions::HierarchicalLagrangePreBasis< GV, k, R >A pre-basis for a hierarchical basis
 CDune::Functions::HierarchicNodeToRangeMapA simple node to range map using the nested tree indices
 CDune::Functions::HierarchicVectorWrapper< V, CO >A wrapper providing multiindex access to vector entries
 CDune::Functions::BasisFactory::IndexMergingStrategyBase class for index merging strategies to simplify detection
 CDune::Functions::Concept::IndexMergingStrategy
 Cstd::integral_constant
 CDune::Functions::InvalidRangeDummy range class to be used if no proper type is available
 CDune::Functions::IsCallable< F >Helper class to check that F is callable
 CDune::Functions::LagrangeDGPreBasis< GV, k >
 CDune::Functions::LagrangePreBasis< GV, k, R >A pre-basis for a PQ-lagrange bases with given order
 CDune::Functions::LagrangePreBasis< GV, 1 >
 CDune::Functions::LagrangePreBasis< GV, 2 >
 CDune::Functions::LastType< T >Get last entry of type list
 CTypeTree::LeafNode
 CDune::Functions::LocalDerivativeTraits< EntitySet, DerivativeTraits >Derivative traits for local functions
 CDune::Functions::Concept::LocalFunction< Signature, LocalContext >
 CDune::Functions::LocalFunction< Signature, LocalContext, DerivativeTraits, bufferSize >
 CDune::Functions::ImplDoc::DiscreteGlobalBasisFunctionBase< B, V, NTRE >::LocalFunctionBase
 CDune::Functions::Concept::LocalView< GlobalBasis >
 CDune::Functions::NedelecPreBasis< GV, Range, kind, order >
 CDune::Functions::BasisFactory::Experimental::PeriodicIndexSetContainer storing identified indices for a periodic basis
 CDune::Functions::PolymorphicSmallObject< Base, bufferSize >A wrapper providing small object optimization with polymorphic types
 CDune::Functions::PolymorphicType< Interface >Base class with polymorphic type boiler plate code
 CDune::Functions::PolymorphicType< TypeErasureWrapperInterface< Interface > >
 CDune::Functions::Polynomial< K >A scalar polynomial implementation
 CTypeTree::PowerNode
 CDune::Functions::PowerPreBasis< IMS, SPB, C >A pre-basis for power bases
 CDune::Functions::Concept::PreBasis< GridView >
 CPriorityTag
 CDune::Functions::RannacherTurekPreBasis< GV >Pre-basis for a Rannacher-Turek basis
 CDune::Functions::RaviartThomasPreBasis< GV, k >
 CRefines
 CDune::Functions::ReservedDeque< T, n >A double-ended queue (deque) class with statically reserved memory
 CDune::Functions::RotateTuple< T >Rotate type list by one, such that last entry is moved to first position
 CDune::Functions::SignatureTag< Signature, DerivativeTraits >
 CDune::Functions::SignatureTag< Range(Domain), DerivativeTraitsT >Tag-class to encapsulate signature information
 CDune::Functions::SignatureTraits< Signature, isCallable >Helper class to deduce the signature of a callable
 CDune::Functions::SizeInfo< B >A class encapsulating size information
 CDune::Functions::SubEntityDOFs< GridView >Range of DOFs associated to sub-entity
 CDune::Functions::SubspaceBasis< RB, TP >
 CDune::Functions::SubspaceLocalView< RLV, PP >The restriction of a finite element basis to a single element
 CDune::Functions::TaylorHoodPreBasis< GV, HI >Pre-basis for lowest order Taylor-Hood basis
 CDune::Functions::LocalDerivativeTraits< EntitySet, DerivativeTraits >::Traits< Signature >
 CDune::Functions::LocalDerivativeTraits< EntitySet, DerivativeTraits >::Traits< R(LocalDomain)>
 CDune::Functions::Experimental::TransformedIndexPreBasis< RPB, T >A pre-basis transforming multi-indices
 CDune::Functions::TreeData< T, ND, LO >Container allowing to attach data to each node of a tree
 CTypeTree::TreeVisitor
 CDune::Functions::TrigonometricFunction< K, sinFactor, cosFactor >A linear combination of trigonomic functions
 CDune::Functions::TypeErasureBase< Interface, Implementation, bufferSize >Base class for type-erased interface wrapper
 CDune::Functions::TypeErasureBase< Imp::DifferentiableFunctionTraits< Range(Domain), DerivativeTraits, bufferSize >::Concept, Imp::DifferentiableFunctionTraits< Range(Domain), DerivativeTraits, bufferSize >::template Model >
 CDune::Functions::TypeErasureBase< Imp::GridFunctionTraits< Range(Domain), ES, DerivativeTraits, bufferSize >::Concept, Imp::GridFunctionTraits< Range(Domain), ES, DerivativeTraits, bufferSize >::template Model >
 CDune::Functions::TypeErasureBase< Imp::LocalFunctionTraits< Range(Domain), LocalContext, DerivativeTraits, bufferSize >::Concept, Imp::LocalFunctionTraits< Range(Domain), LocalContext, DerivativeTraits, bufferSize >::template Model >
 CdecltypeImp::hasStaticSizetypename std::decay::typenullptr
 CdecltypeImp::staticSizetypename std::decay::typenullptr