DUNE-FUNCTIONS (2.10)

Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12345]
 NDune
 NFunctions
 NBasisFactory
 NExperimental
 CGenericIndexingTransformationA generic implementation of a transformation
 CPeriodicIndexSetContainer storing identified indices for a periodic basis
 CBlockedInterleavedInterleaved merging of direct children with blocking (i.e. creating blocks at the leaves containing one leaf per child each)
 CBlockedLexicographicLexicographic merging of direct children with blocking (i.e. creating one block per direct child)
 CFlatInterleavedInterleaved merging of direct children without blocking
 CFlatLexicographicLexicographic merging of direct children without blocking
 CIndexMergingStrategyBase class for index merging strategies to simplify detection
 NConcept
 CCallableConcept objects that can be called with given argument list
 CDifferentiableFunction< Range(Domain), DerivativeTraits >Concept for a differentiable function mapping Domain to Range
 CDifferentiableGridFunction< Range(Domain), EntitySet, DerivativeTraits >Concept for a differentiable grid function mapping Domain to Range
 CDifferentiableGridViewFunction< Range(Domain), GridView, DerivativeTraits >Concept for a differentiable grid view function mapping Domain to Range
 CDifferentiableLocalFunction< Range(Domain), LocalContext, DerivativeTraits >Concept for a differentiable local function mapping Domain to Range
 CEntitySetConcept for an entity set for a Concept::GridFunction<Range(Domain), EntitySet, DerivativeTraits>
 CFunction< Range(Domain)>Concept for a function mapping Domain to Range
 CGridFunction< Range(Domain), EntitySet >Concept for a grid function mapping Domain to Range
 CGridViewFunction< Range(Domain), GridView >Concept for a grid view function mapping Domain to Range
 CLocalFunction< Range(Domain), LocalContext >Concept for a local function mapping Domain to Range
 NContainerDescriptors
 CUniformArrayDescriptor for arrays with all children identical and the number of children a static size
 CUniformVectorUniform descriptor with dynamic size
 CUnknownFallback container descriptor if nothing else fits
 CValueThe node in the descriptor tree representing a value placeholder
 NExperimental
 CTransformedIndexPreBasisA pre-basis transforming multi-indices
 CAnalyticGridViewFunction< Range(Domain), GV, F, DerivativeTraits >Class wrapping any differentiable function as grid function
 CBSplineLocalBasisLocalBasis class in the sense of dune-localfunctions, presenting the restriction of a B-spline patch to a knot span
 CBSplineLocalCoefficientsAttaches a shape function to an entity
 CBSplineLocalFiniteElementLocalFiniteElement in the sense of dune-localfunctions, for the B-spline basis on tensor-product grids
 CBSplineLocalInterpolationLocal interpolation in the sense of dune-localfunctions, for the B-spline basis on tensor-product grids
 CBSplinePreBasisPre-basis for B-spline basis
 CComposedGridFunctionComposition of grid functions with another function
 CCompositePreBasisA pre-basis for composite bases
 CCubicHermitePreBasisPre-basis for a CubicHermite basis
 CDefaultDerivativeTraitsDefault implementation for derivative traits
 CDefaultDerivativeTraits< double(double) >Default implementation for derivative traits
 CDefaultDerivativeTraits< FieldMatrix< K, 1, m >(FieldVector< K, n >)>Default implementation for derivative traits
 CDefaultDerivativeTraits< FieldVector< K, m >(FieldVector< K, n >)>Default implementation for derivative traits
 CDefaultDerivativeTraits< K(FieldVector< K, n >)>Default implementation for derivative traits
 CDefaultGlobalBasisGlobal basis for given pre-basis
 CDefaultLocalViewThe restriction of a finite element basis to a single element
 CDefaultNodeToRangeMapA simple node to range map using lexicographic ordering
 CDifferentiableFunction< Range(Domain), DerivativeTraits, bufferSize >Class storing differentiable functions using type erasure
 CDifferentiableFunctionFromCallables< Range(Domain), DerivativeTraits, F >Wrap a list of callable objects as derivative sequence modelling Concept::DifferentiableFunction<Range(Domain), DerivativeTraits>
 CDifferentiableFunctionFromCallables< Range(Domain), DerivativeTraits, F, DF, Derivatives... >Wrap a list of callable objects as derivative sequence modelling Concept::DifferentiableFunction<Range(Domain), DerivativeTraits>
 CDiscreteGlobalBasisFunctionA grid function induced by a global basis and a coefficient vector
 CDiscreteGlobalBasisFunctionDerivativeDerivative of a DiscreteGlobalBasisFunction
 CLocalFunctionLocal function evaluating the derivative in reference coordinates
 CDynamicPowerPreBasisA pre-basis for dynamic power bases
 CFaceNormalGridFunctionGrid function implementing the piecewise element face normal
 CGridFunction< Range(Domain), ES, DerivativeTraits, bufferSize >Wrapper class for functions defined on a Grid
 CGridViewEntitySetAn entity set for all entities of given codim in a grid view
 CGridViewFunction< Range(Domain), GV, DerivativeTraits, bufferSize >Wrapper class for functions defined on a GridView
 CHasStaticSizeCheck if type is a statically sized container
 CHierarchicalLagrangePreBasisA pre-basis for a hierarchical Lagrange basis
 CHierarchicNodeToRangeMapA simple node to range map using the nested tree indices
 CHierarchicVectorWrapperA wrapper providing multiindex access to vector entries
 CInvalidRangeDummy range class to be used if no proper type is available
 CIsCallableHelper class to check that F is callable
 CLagrangePreBasisA pre-basis for a PQ-lagrange bases with given order
 CLastTypeGet last entry of type list
 CLeafPreBasisMapperMixinA generic MixIn class for PreBasis with flat indices computed from a mapper
 CLeafPreBasisMixinA generic MixIn class for PreBasis
 CLFEPreBasisMixinA pre-basis mixin class parametrized with a local finite-element and a DOF layout
 CNodeLeaf basis node that encapsulates a local finite-element given from the LFEPreBasisMixin of type LFE
 CLocalDerivativeTraitsDerivative traits for local functions
 CLocalFunction< Range(Domain), LocalContext, DerivativeTraits, bufferSize >Class storing local functions using type erasure
 COverflowArrayA dynamically sized array-like class with overflow
 CPolymorphicSmallObjectA wrapper providing small object optimization with polymorphic types
 CPolymorphicTypeBase class with polymorphic type boiler plate code
 CPolynomialA univariate polynomial implementation
 CPowerPreBasisA pre-basis for power bases
 CRannacherTurekPreBasisPre-basis for a Rannacher-Turek basis
 CRefinedLagrangePreBasisA pre-basis for a refined Lagrange bases
 CReservedDequeA double-ended queue (deque) class with statically reserved memory
 CRotateTupleRotate type list by one, such that last entry is moved to first position
 CSignatureTag< Range(Domain), DerivativeTraitsT >Tag-class to encapsulate signature information
 CSignatureTraitsHelper class to deduce the signature of a callable
 CSizeInfoA class encapsulating size information
 CStaticMultiIndexA statically sized MultiIndex type
 CStaticMultiIndex< size_type, 1 >A statically sized MultiIndex type
 CStaticSizeOrZeroObtain size of statically sized container, or 0 if dynamic size
 CSubEntityDOFsRange of DOFs associated to sub-entity
 CSubspaceLocalViewThe restriction of a finite element basis to a single element
 CTaylorHoodPreBasisPre-basis for lowest order Taylor-Hood basis
 CTrigonometricFunctionA linear combination of trigonomic functions
 CTypeErasureBaseBase class for type-erased interface wrapper
 CGlobalBasisMocA Dummy global basis
 CHybridSizeInfoDummyA Dummy size provider
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden & Uni Heidelberg  |  generated with Hugo v0.111.3 (Apr 1, 23:03, 2025)