|
| class | Polynomial |
| | A univariate polynomial implementation. More...
|
| class | TrigonometricFunction |
| | A linear combination of trigonomic functions. More...
|
| class | InvalidRange |
| | Dummy range class to be used if no proper type is available. More...
|
| struct | DefaultDerivativeTraits |
| | Default implementation for derivative traits. More...
|
| struct | DefaultDerivativeTraits< double(double) > |
| | Default implementation for derivative traits. More...
|
| struct | DefaultDerivativeTraits< K(FieldVector< K, n >)> |
| | Default implementation for derivative traits. More...
|
| struct | DefaultDerivativeTraits< FieldVector< K, m >(FieldVector< K, n >)> |
| | Default implementation for derivative traits. More...
|
| struct | DefaultDerivativeTraits< FieldMatrix< K, 1, m >(FieldVector< K, n >)> |
| | Default implementation for derivative traits. More...
|
| class | DifferentiableFunction |
| class | DifferentiableFunction< Range(Domain), DerivativeTraits, bufferSize > |
| | Class storing differentiable functions using type erasure. More...
|
| class | DifferentiableFunctionFromCallables |
| class | DifferentiableFunctionFromCallables< Range(Domain), DerivativeTraits, F > |
| | Wrap a list of callable objects as derivative sequence modelling Concept::DifferentiableFunction<Range(Domain), DerivativeTraits>. More...
|
| class | DifferentiableFunctionFromCallables< Range(Domain), DerivativeTraits, F, DF, Derivatives... > |
| | Wrap a list of callable objects as derivative sequence modelling Concept::DifferentiableFunction<Range(Domain), DerivativeTraits>. More...
|
| class | PolymorphicType |
| | Base class with polymorphic type boiler plate code. More...
|
| class | LocalFunction |
| class | LocalFunction< Range(Domain), LocalContext, DerivativeTraits, bufferSize > |
| | Class storing local functions using type erasure. More...
|
| class | StaticMultiIndex |
| | A statically sized MultiIndex type. More...
|
| class | StaticMultiIndex< size_type, 1 > |
| | A statically sized MultiIndex type. More...
|
| class | OverflowArray |
| | A dynamically sized array-like class with overflow. More...
|
| class | PolymorphicSmallObject |
| | A wrapper providing small object optimization with polymorphic types. More...
|
| class | ReservedDeque |
| | A double-ended queue (deque) class with statically reserved memory. More...
|
| struct | IsCallable |
| | Helper class to check that F is callable. More...
|
| struct | SignatureTraits |
| | Helper class to deduce the signature of a callable. More...
|
| struct | SignatureTag |
| struct | SignatureTag< Range(Domain), DerivativeTraitsT > |
| | Tag-class to encapsulate signature information. More...
|
| struct | HasStaticSize |
| | Check if type is a statically sized container. More...
|
| struct | StaticSizeOrZero |
| | Obtain size of statically sized container, or 0 if dynamic size. More...
|
| class | TypeErasureBase |
| | Base class for type-erased interface wrapper. More...
|
| struct | LastType |
| | Get last entry of type list. More...
|
| struct | RotateTuple |
| | Rotate type list by one, such that last entry is moved to first position. More...
|
| class | BrezziDouglasMariniNode |
| class | BrezziDouglasMariniPreBasis |
| class | BSplineLocalFiniteElement |
| | LocalFiniteElement in the sense of dune-localfunctions, for the B-spline basis on tensor-product grids. More...
|
| class | BSplinePreBasis |
| | Pre-basis for B-spline basis. More...
|
| class | BSplineLocalBasis |
| | LocalBasis class in the sense of dune-localfunctions, presenting the restriction of a B-spline patch to a knot span. More...
|
| class | BSplineLocalCoefficients |
| | Attaches a shape function to an entity. More...
|
| class | BSplineLocalInterpolation |
| | Local interpolation in the sense of dune-localfunctions, for the B-spline basis on tensor-product grids. More...
|
| class | BSplineNode |
| class | CompositePreBasis |
| | A pre-basis for composite bases. More...
|
| class | DefaultGlobalBasis |
| | Global basis for given pre-basis. More...
|
| class | DefaultLocalView |
| | The restriction of a finite element basis to a single element. More...
|
| struct | DefaultNodeToRangeMap |
| | A simple node to range map using lexicographic ordering. More...
|
| class | DynamicPowerPreBasis |
| | A pre-basis for dynamic power bases. More...
|
| class | HierarchicalLagrangePreBasis |
| | A pre-basis for a hierarchical Lagrange basis. More...
|
| class | HierarchicalLagrangePreBasis< GV, 1, R > |
| class | HierarchicalLagrangePreBasis< GV, 2, R > |
| struct | HierarchicNodeToRangeMap |
| | A simple node to range map using the nested tree indices. More...
|
| class | HierarchicVectorWrapper |
| | A wrapper providing multiindex access to vector entries. More...
|
| class | LagrangeNode |
| class | LagrangePreBasis |
| | A pre-basis for a PQ-lagrange bases with given order. More...
|
| class | LagrangeDGPreBasis |
| class | LeafPreBasisMapperMixin |
| | A generic MixIn class for PreBasis with flat indices computed from a mapper. More...
|
| class | LeafPreBasisMixin |
| | A generic MixIn class for PreBasis. More...
|
| class | LFEPreBasisMixin |
| | A pre-basis mixin class parametrized with a local finite-element and a DOF layout. More...
|
| class | NedelecNode |
| class | NedelecPreBasis |
| class | BasisNodeMixin |
| class | LeafBasisNode |
| class | PowerBasisNode |
| class | DynamicPowerBasisNode |
| class | CompositeBasisNode |
| class | PowerPreBasis |
| | A pre-basis for power bases. More...
|
| class | RannacherTurekNode |
| class | RannacherTurekPreBasis |
| | Pre-basis for a Rannacher-Turek basis. More...
|
| class | RaviartThomasNode |
| class | RaviartThomasPreBasis |
| class | RefinedLagrangeNode |
| class | RefinedLagrangePreBasis |
| | A pre-basis for a refined Lagrange bases. More...
|
| class | SizeInfo |
| | A class encapsulating size information. More...
|
| class | SubEntityDOFs |
| | Range of DOFs associated to sub-entity. More...
|
| class | SubspaceBasis |
| class | SubspaceLocalView |
| | The restriction of a finite element basis to a single element. More...
|
| class | TaylorHoodVelocityTree |
| class | TaylorHoodBasisTree |
| class | TaylorHoodPreBasis |
| | Pre-basis for lowest order Taylor-Hood basis. More...
|
| class | AnalyticGridViewFunction |
| class | AnalyticGridViewFunction< Range(Domain), GV, F, DerivativeTraits > |
| | Class wrapping any differentiable function as grid function. More...
|
| class | ComposedGridFunction |
| | Composition of grid functions with another function. More...
|
| class | DiscreteGlobalBasisFunctionDerivative |
| | Derivative of a DiscreteGlobalBasisFunction. More...
|
| class | DiscreteGlobalBasisFunction |
| | A grid function induced by a global basis and a coefficient vector. More...
|
| class | FaceNormalGridFunction |
| | Grid function implementing the piecewise element face normal. More...
|
| class | GridFunction |
| class | GridFunction< Range(Domain), ES, DerivativeTraits, bufferSize > |
| | Wrapper class for functions defined on a Grid. More...
|
| class | GridViewEntitySet |
| | An entity set for all entities of given codim in a grid view. More...
|
| class | GridViewFunction |
| class | GridViewFunction< Range(Domain), GV, DerivativeTraits, bufferSize > |
| | Wrapper class for functions defined on a GridView. More...
|
| struct | LocalDerivativeTraits |
| | Derivative traits for local functions. More...
|
|
| template<class K> |
| | Polynomial (std::vector< K >) -> Polynomial< K, std::vector< K > > |
| template<class K, std::size_t n> |
| | Polynomial (std::array< K, n >) -> Polynomial< K, std::array< K, n > > |
| template<class K, K... ci> |
| | Polynomial (std::integer_sequence< K, ci... >) -> Polynomial< K, std::integer_sequence< K, ci... > > |
| template<class K> |
| | Polynomial (std::initializer_list< K >) -> Polynomial< K, std::vector< K > > |
| template<class K, class Coefficients> |
| auto | makePolynomial (Coefficients coefficients) |
| | Create Polynomial.
|
| template<class K, class C> |
| auto | makePolynomial (std::initializer_list< C > coefficients) |
| | Create Polynomial.
|
| template<class K, int sinFactor, int cosFactor> |
| TrigonometricFunction< K, -cosFactor, sinFactor > | derivative (const TrigonometricFunction< K, sinFactor, cosFactor > &f) |
| | Obtain derivative of TrigonometricFunction function.
|
| template<class V> |
| constexpr auto | fieldTypes () |
| | Generate list of field types in container.
|
| template<class V> |
| constexpr bool | hasUniqueFieldType () |
| | Check if container has a unique field type.
|
| template<class Signature, template< class > class DerivativeTraits, class... F> |
| DifferentiableFunctionFromCallables< Signature, DerivativeTraits, F... > | makeDifferentiableFunctionFromCallables (const SignatureTag< Signature, DerivativeTraits > &signatureTag, F &&... f) |
| | Create a DifferentiableFunction from callables.
|
| template<class C, class I, class F, std::enable_if_t< Dune::models< Imp::Concept::HasDynamicIndexAccess< I >, C >(), int > = 0> |
| auto | hybridIndexAccess (C &&c, const I &i, F &&f) -> decltype(f(c[i])) |
| | Provide operator[] index-access for containers.
|
| template<class C, class I, class F, std::enable_if_t< not Dune::models< Imp::Concept::HasDynamicIndexAccess< I >, C >(), int > = 0> |
| decltype(auto) | hybridIndexAccess (C &&c, const I &i, F &&f) |
| | Provide operator[] index-access for containers.
|
| template<class Result, class C, class MultiIndex> |
| Result | hybridMultiIndexAccess (C &&c, const MultiIndex &index) |
| | Provide multi-index access by chaining operator[].
|
| template<class C, class MultiIndex, class IsFinal> |
| constexpr decltype(auto) | resolveDynamicMultiIndex (C &&c, const MultiIndex &multiIndex, const IsFinal &isFinal) |
| | Provide multi-index access by chaining operator[].
|
| template<class C, class MultiIndex> |
| constexpr decltype(auto) | resolveDynamicMultiIndex (C &&c, const MultiIndex &multiIndex) |
| | Provide multi-index access by chaining operator[].
|
| template<class C, class MultiIndex> |
| constexpr decltype(auto) | resolveStaticMultiIndex (C &&c, const MultiIndex &multiIndex) |
| | Provide multi-index access by chaining operator[].
|
| template<typename Stream, class size_type, std::size_t n> |
| Stream & | operator<< (Stream &stream, const StaticMultiIndex< size_type, n > &c) |
| template<class Range, class Domain, template< class > class DerivativeTraits> |
| auto | derivativeSignatureTag (SignatureTag< Range(Domain), DerivativeTraits > tag) |
| | Construct SignatureTag for derivative.
|
| template<std::size_t maxOrder, class Signature, template< class > class DerivativeTraits> |
| auto | derivativeSignatureTags (Dune::Functions::SignatureTag< Signature, DerivativeTraits > tag) |
| | Construct SignatureTags for derivatives.
|
| template<std::size_t begin_t, std::size_t end_t, class F, class... Args> |
| void | staticFindInRange (F &&f, Args &&... args) |
| | Static find loop.
|
| template<class F, class size_type, size_type firstValue, class... Args> |
| auto | forwardAsStaticInteger (std::integer_sequence< size_type, firstValue > values, const size_type &i, F &&f, Args &&... args) -> decltype(f(std::integral_constant< size_type, firstValue >(), std::forward< Args >(args)...)) |
| template<class F, class size_type, size_type firstValue, size_type secondValue, size_type... otherValues, class... Args> |
| auto | forwardAsStaticInteger (std::integer_sequence< size_type, firstValue, secondValue, otherValues... > values, const size_type i, F &&f, Args &&... args) -> decltype(f(std::integral_constant< size_type, firstValue >(), std::forward< Args >(args)...)) |
| template<std::size_t end, class F, class size_type, class... Args> |
| auto | forwardAsStaticIndex (const size_type &i, F &&f, Args &&... args) -> decltype(f(Dune::Indices::_0, std::forward< Args >(args)...)) |
| | Transform dynamic index to static index_constant.
|
| template<class F, class... T> |
| auto | transformTuple (F &&f, const std::tuple< T... > &tuple) -> decltype(Imp::transformTupleHelper(std::forward< F >(f), tuple, std::index_sequence_for< T... >{})) |
| | Transform tuple value using a functor.
|
| template<class F, class... T1, class... T2> |
| auto | transformTuple (F &&f, const std::tuple< T1... > &tuple1, const std::tuple< T2... > &tuple2) -> decltype(Imp::transformTupleHelper(std::forward< F >(f), tuple1, tuple2, std::index_sequence_for< T1... >{})) |
| | Transform tuple value using a binary functor.
|
| template<class Expression> |
| auto | callableCheck (Expression f) |
| | Create a predicate for checking validity of expressions.
|
| template<class Check> |
| auto | negatePredicate (Check check) |
| | Negate given predicate.
|
| template<class T> |
| auto | forwardCapture (T &&t) |
| | Create a capture object for perfect forwarding.
|
| template<class Basis, class F, decltype(std::declval< std::decay_t< F > >()(0, std::declval< typename Basis::LocalView >(), std::declval< typename Basis::GridView::Intersection >()), 0) = 0> |
| void | forEachBoundaryDOF (const Basis &basis, F &&f) |
| | Loop over all DOFs on the boundary.
|
| template<class Basis, class F, decltype(std::declval< std::decay_t< F > >()(0, std::declval< typename Basis::LocalView >()), 0) = 0> |
| void | forEachBoundaryDOF (const Basis &basis, F &&f) |
| | Loop over all DOFs on the boundary.
|
| template<class Basis, class F, decltype(std::declval< std::decay_t< F > >()(std::declval< typename Basis::MultiIndex >()), 0) = 0> |
| void | forEachBoundaryDOF (const Basis &basis, F &&f) |
| | Loop over all DOFs on the boundary.
|
| template<class PreBasis> |
| auto | containerDescriptor (const PreBasis &preBasis) |
| | Return the container descriptor of the pre-basis, if defined, otherwise ContainerDescriptor::Unknown.
|
| template<class PreBasis> |
| | DefaultGlobalBasis (PreBasis &&) -> DefaultGlobalBasis< std::decay_t< PreBasis > > |
| template<class GridView, class PreBasisFactory> |
| | DefaultGlobalBasis (const GridView &gv, PreBasisFactory &&f) -> DefaultGlobalBasis< std::decay_t< decltype(f(gv))> > |
| template<class Tree> |
| DefaultNodeToRangeMap< Tree > | makeDefaultNodeToRangeMap (const Tree &tree) |
| template<class Basis, class TreePath> |
| auto | makeDefaultNodeToRangeMap (const Basis &basis, TreePath &&treePath) -> decltype(makeDefaultNodeToRangeMap(TypeTree::child(basis.localView().tree(), treePath))) |
| template<class T> |
| auto | flatVectorView (T &t) |
| | Create flat vector view of passed mutable container.
|
| template<class T> |
| auto | flatVectorView (const T &t) |
| | Create flat vector view of passed const container.
|
| template<class T> |
| auto | flatVectorView (T &&t) |
| | Create flat vector view of passed container temporary.
|
| template<class V> |
| HierarchicVectorWrapper< V > | hierarchicVector (V &v) |
| template<class MultiIndex, class V, std::enable_if_t< models< Concept::HasIndexAccess, V, MultiIndex >(), int > = 0> |
| V & | makeHierarchicVectorForMultiIndex (V &v) |
| template<class MultiIndex, class V, std::enable_if_t< not models< Concept::HasIndexAccess, V, MultiIndex >(), int > = 0> |
| HierarchicVectorWrapper< V > | makeHierarchicVectorForMultiIndex (V &v) |
| template<class B, class C, class F, class BV, class NTRE> |
| void | interpolate (const B &basis, C &&coeff, const F &f, const BV &bv, const NTRE &nodeToRangeEntry) |
| | Interpolate given function in discrete function space.
|
| template<class B, class C, class F, class BV> |
| void | interpolate (const B &basis, C &&coeff, const F &f, const BV &bitVector) |
| | Interpolate given function in discrete function space.
|
| template<class B, class C, class F> |
| void | interpolate (const B &basis, C &&coeff, const F &f) |
| | Interpolate given function in discrete function space.
|
| template<class GridView, class LocalCoefficients> |
| auto | subIndexRange (const Dune::MultipleCodimMultipleGeomTypeMapper< GridView > &mapper, const typename GridView::template Codim< 0 >::Entity &element, const LocalCoefficients &localCoefficients) |
| template<class GV, class LFE> |
| | LFEPreBasisMixin (const GV &, const LFE &, MCMGLayout) -> LFEPreBasisMixin< GV, LFE > |
| template<typename Tree> |
| void | clearSize (Tree &tree, std::size_t offset) |
| template<typename Tree, typename Entity> |
| void | bindTree (Tree &tree, const Entity &entity, std::size_t offset=0) |
| template<typename Tree> |
| void | initializeTree (Tree &tree, std::size_t treeIndexOffset=0) |
| template<class Basis> |
| SizeInfo< Basis > | sizeInfo (const Basis &basis) |
| template<class T> |
| auto | subEntityDOFs (const T &) |
| | Create SubEntityDOFs object.
|
| template<class LocalView> |
| auto | subEntityDOFs (const LocalView &localView, std::size_t subEntityIndex, std::size_t subEntityCodim) |
| | Create bound SubEntityDOFs object.
|
| template<class LocalView, class Intersection> |
| auto | subEntityDOFs (const LocalView &localView, const Intersection &intersection) |
| | Create bound SubEntityDOFs object.
|
| template<class RB, class TP> |
| | SubspaceBasis (const RB &, const TP) -> SubspaceBasis< RB, TP > |
| template<class RootRootBasis, class InnerTP, class OuterTP> |
| | SubspaceBasis (const SubspaceBasis< RootRootBasis, InnerTP > &rootBasis, const OuterTP &prefixPath) -> SubspaceBasis< std::decay_t< decltype(rootBasis.rootBasis())>, Impl::JoinTreePath_t< InnerTP, OuterTP > > |
| template<class RootBasis, class... PrefixTreeIndices> |
| auto | subspaceBasis (const RootBasis &rootBasis, const TypeTree::HybridTreePath< PrefixTreeIndices... > &prefixPath) |
| | Create SubspaceBasis from a root basis and a prefixPath.
|
| template<class RootBasis, class... PrefixTreeIndices> |
| auto | subspaceBasis (const RootBasis &rootBasis, const PrefixTreeIndices &... prefixTreeIndices) |
| template<class F, class GridView, class Domain = typename GridView::template Codim<0>::Geometry::GlobalCoordinate, class Range = std::invoke_result_t<F,Domain>> |
| | AnalyticGridViewFunction (const F &, const GridView &) -> AnalyticGridViewFunction< Range(Domain), GridView, F > |
| template<class F, class GridView> |
| auto | makeAnalyticGridViewFunction (F &&f, const GridView &gridView) |
| | Create an AnalyticGridViewFunction from a function and a grid view.
|
| template<class OF, class... IF> |
| | ComposedGridFunction (const OF &, const IF &...) -> ComposedGridFunction< OF, IF... > |
| template<class OF, class... IF> |
| auto | makeComposedGridFunction (OF &&outerFunction, IF &&... innerFunction) |
| | Create a ComposedGridFunction that composes grid-functions with another function.
|
| template<typename R, typename B, typename V> |
| auto | makeDiscreteGlobalBasisFunction (B &&basis, V &&vector) |
| | Generate a DiscreteGlobalBasisFunction.
|
| template<class F, class GridView, std::enable_if_t< models< Imp::HasFreeLocalFunction, F >(), int > = 0> |
| std::decay_t< F > | makeGridViewFunction (F &&f, const GridView &gridView) |
| | Construct a function modeling GridViewFunction from function and grid view.
|
| template<class F, class GridView, std::enable_if_t< not(models< Imp::HasFreeLocalFunction, F >()), int > = 0> |
| auto | makeGridViewFunction (F &&f, const GridView &gridView) -> decltype(makeAnalyticGridViewFunction(std::forward< F >(f), gridView)) |
| | Construct a function modeling GridViewFunction from function and grid view.
|
| template<class F, class GridView> |
| auto | makeAnalyticGridViewFunction (F &&f, const GridView &gridView) |
| | Create an AnalyticGridViewFunction from a function and a grid view.
|
| template<class OF, class... IF> |
| auto | makeComposedGridFunction (OF &&outerFunction, IF &&... innerFunction) |
| | Create a ComposedGridFunction that composes grid-functions with another function.
|
| template<typename R, typename B, typename V> |
| auto | makeDiscreteGlobalBasisFunction (B &&basis, V &&vector) |
| | Generate a DiscreteGlobalBasisFunction.
|