| NDune | |
| NMonomImp | |
| CEvalAccess | Access output vector of evaluateFunction() and evaluate() |
| CJacobianAccess | Access output vector of evaluateJacobian() |
| CEvaluate | |
| CEvaluate< Traits, 1 > | |
| CBDFMCubeLocalFiniteElement | Brezzi-Douglas-Fortin-Marini finite elements for cubes |
| CBDFMCubeLocalBasis | Brezzi-Douglas-Fortin-Marini shape functions on a reference cube |
| CBDFMCubeLocalBasis< D, R, 2, 1 > | First order Brezzi-Douglas-Fortin-Marini shape functions on the reference quadrialteral |
| CBDFMCubeLocalBasis< D, R, 2, 2 > | Second order Brezzi-Douglas-Fortin-Marini shape functions on the reference quadrialteral |
| CBDFMCubeLocalBasis< D, R, 2, 3 > | Third order Brezzi-Douglas-Fortin-Marini shape functions on the reference quadrialteral |
| CBDFMCubeLocalCoefficients | Layout map for Brezzi-Douglas-Fortin-Marini elements on cubes |
| CBDFMCubeLocalInterpolation | Interpolation for Brezzi-Douglas-Fortin-Marini shape functions on cubes |
| CBDM1Cube2DLocalFiniteElement | First order Brezzi-Douglas-Marini shape functions on quadrilaterals |
| CBDM1Cube2DLocalBasis | First order Brezzi-Douglas-Marini shape functions on the reference quadrilateral |
| CBDM1Cube2DLocalCoefficients | Layout map for Brezzi-Douglas-Marini-1 elements on quadrilaterals |
| CBDM1Cube2DLocalInterpolation | First order Brezzi-Douglas-Marini shape functions on the reference quadrilateral |
| CBDM1Cube3DLocalFiniteElement | First order Brezzi-Douglas-Marini shape functions on hexahedron |
| CBDM1Cube3DLocalBasis | First order Brezzi-Douglas-Marini shape functions on the reference hexahedron |
| CBDM1Cube3DLocalCoefficients | Layout map for Brezzi-Douglas-Marini-1 elements on hexahedra |
| CBDM1Cube3DLocalInterpolation | First order Brezzi-Douglas-Marini shape functions on the reference hexahedron |
| CBDM1Simplex2DLocalFiniteElement | First order Brezzi-Douglas-Marini shape functions on triangles |
| CBDM1Simplex2DLocalBasis | First order Brezzi-Douglas-Marini shape functions on the reference triangle |
| CBDM1Simplex2DLocalCoefficients | Layout map for Brezzi-Douglas-Marini-1 elements on triangles |
| CBDM1Simplex2DLocalInterpolation | First order Brezzi-Douglas-Marini shape functions on the reference triangle |
| CBDM2Cube2DLocalFiniteElement | Second order Brezzi-Douglas-Marini shape functions on quadrilaterals |
| CBDM2Cube2DLocalBasis | First order Brezzi-Douglas-Marini shape functions on quadrilaterals |
| CBDM2Cube2DLocalCoefficients | Layout map for Brezzi-Douglas-Marini-2 elements on quadrilaterals |
| CBDM2Cube2DLocalInterpolation | First order Brezzi-Douglas-Marini shape functions on quadrilaterals |
| CBDM2Simplex2DLocalFiniteElement | Second order Brezzi-Douglas-Marini shape functions on triangles |
| CBDM2Simplex2DLocalBasis | First order Brezzi-Douglas-Marini shape functions on quadrilaterals |
| CBDM2Simplex2DLocalCoefficients | Layout map for Brezzi-Douglas-Marini-2 elements on triangles |
| CBDM2Simplex2DLocalInterpolation | First order Brezzi-Douglas-Marini shape functions on triangles |
| CBrezziDouglasMariniCubeLocalFiniteElement | Brezzi-Douglas-Marini local finite element for cubes |
| CBrezziDouglasMariniCubeLocalFiniteElement< D, R, 2, 1 > | Brezzi-Douglas-Marini local finite elements for cubes with dimension 2 and order 1 |
| CBrezziDouglasMariniCubeLocalFiniteElement< D, R, 2, 2 > | Brezzi-Douglas-Marini local finite elements for cubes with dimension 2 and order 2 |
| CBrezziDouglasMariniCubeLocalFiniteElement< D, R, 3, 1 > | Brezzi-Douglas-Marini local finite elements for cubes with dimension 3 and order 1 |
| CBrezziDouglasMariniSimplexLocalFiniteElement | Brezzi-Douglas-Marini local finite element for simplices |
| CBrezziDouglasMariniSimplexLocalFiniteElement< D, R, 2, 1 > | Brezzi-Douglas-Marini local finite elements for simplices with dimension 2 and order 1 |
| CBrezziDouglasMariniSimplexLocalFiniteElement< D, R, 2, 2 > | Brezzi-Douglas-Marini local finite elements for simplices with dimension 2 and order 2 |
| CFiniteElementInterface | Interface for global-valued finite elements |
| CTraits | Types of component objects |
| CFiniteElementFactoryInterface | Factory interface for global-valued finite elements |
| CBasisInterface | Interface for global-valued shape functions |
| CTraits | Types of domain and range |
| CInterpolationInterface | Interface for global-valued interpolation |
| CCoefficientsInterface | Interface for global-valued coefficients |
| CFiniteElementInterfaceSwitch | Switch for uniform treatment of finite element with either the local or the global interface |
| CBasisInterfaceSwitch | Switch for uniform treatment of local and global basis classes |
| CLocalBasisTraits | Type traits for LocalBasisVirtualInterface |
| CLocalFiniteElementTraits | Traits helper struct |
| CLocalFiniteElementVariant | Type erasure class for wrapping LocalFiniteElement classes |
| CLocalFiniteElementVariantCache | A cache storing a compile time selection of local finite element implementations |
| CLocalKey | Describe position of one degree of freedom |
| CLocalToGlobalBasisAdaptorTraits | Traits class for local-to-global basis adaptors |
| CScalarLocalToGlobalBasisAdaptor | Convert a simple scalar local basis into a global basis |
| CLocalToGlobalInterpolationAdaptor | Convert a local interpolation into a global interpolation |
| CScalarLocalToGlobalFiniteElementAdaptor | Convert a simple scalar local finite element into a global finite element |
| CTraits | |
| CScalarLocalToGlobalFiniteElementAdaptorFactory | Factory for ScalarLocalToGlobalFiniteElementAdaptor objects |
| CLocalInterpolationVirtualInterface | Virtual base class for a local interpolation |
| CLocalBasisVirtualInterface | Virtual base class for a local basis |
| CLocalInterpolationVirtualInterfaceBase | Virtual base class for a local interpolation |
| CLocalCoefficientsVirtualInterface | Virtual base class for local coefficients |
| CLocalFiniteElementVirtualInterface | Virtual base class for local finite elements with functions |
| CLocalFiniteElementVirtualImp | Class for wrapping a finite element using the virtual interface |
| CLocalFiniteElementCloneFactoryHelper | |
| CLocalFiniteElementCloneFactory | |
| CLocalBasisVirtualImp | Class for wrapping a basis using the virtual interface |
| CLocalInterpolationVirtualImp | Class for wrapping a local interpolation using the virtual interface |
| CLocalCoefficientsVirtualImp | Class for wrapping local coefficients using the virtual interface |
| CCrouzeixRaviartLocalFiniteElement | Crouzeix-Raviart finite element |
| CDualP1LocalFiniteElement | The local dual p1 finite element on simplices |
| CDualP1LocalBasis | Dual Lagrange shape functions on the simplex |
| CDualP1LocalCoefficients | Local coefficients for dual simplex P1 elements |
| CDualP1LocalInterpolation | |
| CDualPQ1LocalFiniteElementCache | |
| CDualQ1LocalFiniteElement | The local dual Q1 finite element on cubes |
| CDualQ1LocalBasis | Dual Lagrange shape functions of order 1 on the reference cube |
| CDualQ1LocalCoefficients | Layout map for dual Q1 elements |
| CDualQ1LocalInterpolation | |
| CSimplexP1BubbleLocalFiniteElement | Linear Lagrange functions enriched with an element bubble function |
| CSimplexP1BubbleLocalBasis | P1 basis in dim-d enriched by an (order dim+1) element bubble function |
| CSimplexP1BubbleLocalCoefficients | The Local keys associated to the dim-d local basis functions |
| CSimplexP1BubbleLocalInterpolation | Interpolation into the SimplexP1BubbleLocalBasis |
| CHierarchicalP2LocalFiniteElement | |
| CHierarchicalSimplexP2LocalBasis | |
| CHierarchicalSimplexP2LocalBasis< D, R, 1 > | Hierarchical P2 basis in 1d |
| CHierarchicalSimplexP2LocalBasis< D, R, 2 > | Hierarchical P2 basis in 2d |
| CHierarchicalSimplexP2LocalBasis< D, R, 3 > | Hierarchical P2 basis in 3d |
| CHierarchicalSimplexP2LocalInterpolation | |
| CHierarchicalP2WithElementBubbleLocalFiniteElement | Linear Lagrange functions enriched with quadratic edge bubble functions and an element bubble function |
| CHierarchicalSimplexP2WithElementBubbleLocalBasis | P1 basis in dim-d enriched by quadratic edge bubble functions and an element bubble function of order dim+1 |
| CHierarchicalSimplexP2WithElementBubbleLocalCoefficients | The local keys of the hierarchical basis functions with element bubble |
| CHierarchicalSimplexP2WithElementBubbleLocalInterpolation | |
| CHierarchicalPrismP2LocalFiniteElement | |
| CHierarchicalPrismP2LocalBasis | |
| CHierarchicalPrismP2LocalInterpolation | |
| CLagrangeLocalFiniteElement | Lagrange local finite elements for a given set of interpolation points |
| CDynamicLagrangeLocalFiniteElementCache | A cache that stores Lagrange finite elements for the given dimension and order |
| CStaticLagrangeLocalFiniteElementCache | A cache that stores all available Pk/Qk like local finite elements for the given dimension and order for the case that the GeometryType is fixed and has the given Id |
| CStaticLagrangeLocalFiniteElementCache< GeometryType::Id(~0u), Domain, Range, dim, order > | A cache that stores all available Pk/Qk like local finite elements for the given dimension and order |
| CLagrangePoint | |
| CEmptyPointSet | |
| CEquidistantPointSet | |
| CLagrangeInterpolationFactory | |
| CLocalLagrangeInterpolation | |
| CLagrangeBasisFactory | |
| CLagrangeCoefficientsFactory | |
| CLagrangeCubeLocalFiniteElement | Lagrange finite element for cubes with arbitrary compile-time dimension and polynomial order |
| CLagrangePrismLocalFiniteElement | Lagrange finite element for 3d prisms with arbitrary compile-time polynomial order |
| CLagrangePyramidLocalFiniteElement | Lagrange finite element for 3d pyramids with compile-time polynomial order |
| CLagrangeSimplexLocalFiniteElement | Lagrange finite element for simplices with arbitrary compile-time dimension and polynomial order |
| CP0LocalFiniteElement | The local p0 finite element on all types of reference elements |
| CP0LocalBasis | Constant shape function |
| CP0LocalCoefficients | Layout map for P0 elements |
| CP0LocalInterpolation | |
| CPk1DFiniteElement | Langrange finite element of arbitrary order on triangles |
| CTraits | |
| CPk1DFiniteElementFactory | Factory for Pk1DFiniteElement objects |
| CPk2DFiniteElement | Langrange finite element of arbitrary order on triangles |
| CTraits | |
| CPk2DFiniteElementFactory | Factory for Pk2DFiniteElement objects |
| CPQ22DLocalFiniteElement | |
| CDimSpecificPQkLocalFiniteElementFactory | Factory that only creates dimension specific local finite elements |
| CDimSpecificPQkLocalFiniteElementFactory< D, R, 3, k > | Factory that only creates dimension specific local finite elements |
| CPQkLocalFiniteElementFactory | Factory to create any kind of Pk/Qk like element wrapped for the virtual interface |
| CPQkLocalFiniteElementCache | A cache that stores all available Pk/Qk like local finite elements for the given dimension and order |
| CQ1FiniteElementFactory | Factory for global-valued Q1 elements |
| CQ2FiniteElementFactory | Factory for global-valued Q23D elements |
| CPowerFiniteElement | Meta-finite element turning a scalar finite element into vector-valued one |
| CTraits | Types of component objects |
| CPowerFiniteElementFactory | Factory for meta-finite elements turning scalar finite elements into vector-valued ones |
| CPowerBasis | Meta-basis turning a scalar basis into vector-valued basis |
| CTraits | Types of domain and range |
| CPowerCoefficients | Meta-coefficients turning a scalar coefficients into vector-valued coefficients |
| CPowerInterpolation | Meta-interpolation turning a scalar interpolation into vector-valued interpolation |
| CMimeticLocalFiniteElement | |
| CMimeticLocalBasis | |
| CMimeticLocalInterpolation | |
| CMimeticLocalCoefficients | ! |
| CMonomialLocalFiniteElement | Monomial basis for discontinuous Galerkin methods |
| CMonomialFiniteElementFactory | Factory for global-valued MonomFiniteElement objects |
| CMonomialLocalBasis | Constant shape function |
| CMonomialLocalCoefficients | Layout map for monomial finite elements |
| CMonomialLocalInterpolation | |
| CNedelec1stKindCubeLocalFiniteElement | Nédélec elements of the first kind for cube elements |
| CNedelec1stKindSimplexLocalFiniteElement | Nédélec elements of the first kind for simplex elements |
| CNedelecBasisFactory | |
| CNedelecL2InterpolationFactory | |
| CLocalCoefficientsContainer | |
| CNedelecCoefficientsFactory | |
| CNedelecL2InterpolationBuilder | |
| CNedelecL2Interpolation | An L2-based interpolation for Nedelec |
| CNedelecVecMatrix | |
| CNedelecPreBasisFactory | |
| CEvaluationBasisFactory | |
| COrthonormalLocalFiniteElement | A class providing orthonormal basis functions |
| COrthonormalBasisFactory | |
| CEvaluationBasisFactory | |
| CRannacherTurekLocalFiniteElement | Rannacher-Turek shape functions |
| CRannacherTurek2DLocalBasis | |
| CRannacherTurek3DLocalBasis | |
| CRannacherTurekLocalBasis | Rannacher-Turek shape functions |
| CRannacherTurekLocalBasis< D, R, 2 > | |
| CRannacherTurekLocalBasis< D, R, 3 > | |
| CRannacherTurekLocalCoefficients | Layout for Rannacher-Turek elements |
| CRannacherTurekLocalInterpolation | Please doc me |
| CRT02DLocalFiniteElement | Zero order Raviart-Thomas shape functions on triangles |
| CRT02DLocalBasis | Lowest order Raviart-Thomas shape functions on the reference triangle |
| CRT02DLocalCoefficients | Layout map for RT0 elements |
| CRT02DLocalInterpolation | |
| CRT03DLocalFiniteElement | Zero order Raviart-Thomas shape functions on tetrahedra |
| CRT03DLocalBasis | Lowest order Raviart-Thomas shape functions on the reference tetrahedron |
| CRT03DLocalCoefficients | Layout map for RT0 elements |
| CRT03DLocalInterpolation | |
| CRT0Cube2DLocalFiniteElement | Zero order Raviart-Thomas shape functions on rectangles |
| CRT0Cube2DLocalBasis | Lowest order Raviart-Thomas shape functions on the reference quadrilateral |
| CRT0Cube2DLocalInterpolation | Lowest order Raviart-Thomas shape functions on the reference quadrilateral |
| CRT0Cube2DLocalCoefficients | Layout map for RT0 elements on quadrilaterals |
| CRT0Cube3DLocalFiniteElement | Zero order Raviart-Thomas shape functions on cubes |
| CRT0Cube3DLocalBasis | Lowest order Raviart-Thomas shape functions on the reference hexahedron |
| CRT0Cube3DLocalInterpolation | Lowest order Raviart-Thomas shape functions on the reference hexahedron |
| CRT0Cube3DLocalCoefficients | Layout map for RT0 elements on quadrilaterals |
| CRT0PrismLocalFiniteElement | First order Raviart-Thomas shape functions on prisms |
| CRT0PrismLocalBasis | First order Raviart-Thomas shape functions on the reference prism |
| CRT0PrismLocalCoefficients | Layout map for Raviart-Thomas-1 elements on prisms |
| CRT0PrismLocalInterpolation | First order Raviart-Thomas shape functions on the reference prism |
| CRT0PyramidLocalFiniteElement | First order Raviart-Thomas shape functions on pyramids |
| CRT0PyramidLocalBasis | First order Raviart-Thomas shape functions on the reference pyramid |
| CRT0PyramidLocalCoefficients | Layout map for Raviart-Thomas-1 elements on pyramids |
| CRT0PyramidLocalInterpolation | First order Raviart-Thomas shape functions on the reference hexahedron |
| CRT12DLocalFiniteElement | First order Raviart-Thomas shape functions on triangles |
| CRT12DLocalBasis | First order Raviart-Thomas shape functions on the reference triangle |
| CRT12DLocalCoefficients | Layout map for Raviart-Thomas-1 elements on the reference triangle |
| CRT12DLocalInterpolation | First order Raviart-Thomas shape functions on the reference quadrilateral |
| CRT1Cube2DLocalFiniteElement | First order Raviart-Thomas shape functions on quadrilaterals |
| CRT1Cube2DLocalBasis | First order Raviart-Thomas shape functions on the reference quadrilateral |
| CRT1Cube2DLocalCoefficients | Layout map for Raviart-Thomas-1 elements on quadrilaterals |
| CRT1Cube2DLocalInterpolation | First order Raviart-Thomas shape functions on the reference quadrilateral |
| CRT1Cube3DLocalFiniteElement | First order Raviart-Thomas shape functions on cubes |
| CRT1Cube3DLocalBasis | First order Raviart-Thomas shape functions on the reference hexahedron |
| CRT1Cube3DLocalCoefficients | Layout map for Raviart-Thomas-1 elements on quadrilaterals |
| CRT1Cube3DLocalInterpolation | First order Raviart-Thomas shape functions on the reference hexahedron |
| CRT2Cube2DLocalFiniteElement | Second order Raviart-Thomas shape functions on cubes |
| CRT2Cube2DLocalBasis | Second order Raviart-Thomas shape functions on the reference quadrilateral |
| CRT2Cube2DLocalCoefficients | Layout map for Raviart-Thomas-2 elements on quadrilaterals |
| CRT2Cube2DLocalInterpolation | Second order Raviart-Thomas shape functions on the reference triangle |
| CRT3Cube2DLocalFiniteElement | Second order Raviart-Thomas shape functions on cubes |
| CRT3Cube2DLocalBasis | Second order Raviart-Thomas shape functions on the reference quadrilateral |
| CRT3Cube2DLocalCoefficients | Layout map for Raviart-Thomas-3 elements on quadrilaterals |
| CRT3Cube2DLocalInterpolation | Second order Raviart-Thomas shape functions on the reference quadrilateral |
| CRT4Cube2DLocalFiniteElement | Second order Raviart-Thomas shape functions on cubes |
| CRT4Cube2DLocalBasis | Second order Raviart-Thomas shape functions on the reference quadrilateral |
| CRT4Cube2DLocalCoefficients | Layout map for Raviart-Thomas-4 elements on quadrilaterals |
| CRT4Cube2DLocalInterpolation | Second order Raviart-Thomas shape functions on the reference triangle |
| CRaviartThomasCubeLocalFiniteElement | Raviart-Thomas local finite elements for cubes |
| CRaviartThomasCubeLocalFiniteElement< D, R, 2, 0 > | Raviart-Thomas local finite elements for cubes with dimension 2 and order 0 |
| CRaviartThomasCubeLocalFiniteElement< D, R, 2, 1 > | Raviart-Thomas local finite elements for cubes with dimension 2 and order 1 |
| CRaviartThomasCubeLocalFiniteElement< D, R, 2, 2 > | Raviart-Thomas local finite elements for cubes with dimension 2 and order 2 |
| CRaviartThomasCubeLocalFiniteElement< D, R, 2, 3 > | Raviart-Thomas local finite elements for cubes with dimension 2 and order 3 |
| CRaviartThomasCubeLocalFiniteElement< D, R, 2, 4 > | Raviart-Thomas local finite elements for cubes with dimension 2 and order 4 |
| CRaviartThomasCubeLocalFiniteElement< D, R, 3, 0 > | Raviart-Thomas local finite elements for cubes with dimension 3 and order 0 |
| CRaviartThomasCubeLocalFiniteElement< D, R, 3, 1 > | Raviart-Thomas local finite elements for cubes with dimension 3 and order 1 |
| CRaviartThomasSimplexLocalFiniteElement | Raviart-Thomas local finite elements of arbitrary order for simplices of arbitrary dimension |
| CRaviartThomasBasisFactory | |
| CRaviartThomasL2InterpolationFactory | |
| CRaviartThomasCoefficientsFactory | |
| CRTL2InterpolationBuilder | |
| CRaviartThomasL2Interpolation | An L2-based interpolation for Raviart Thomas |
| CRTVecMatrix | |
| CRTPreBasisFactory | |
| CEvaluationBasisFactory | |
| CRefinedSimplexLocalBasis | |
| CRefinedSimplexLocalBasis< D, 1 > | Base class for LocalBasis classes based on uniform refinement in 1D; provides numbering and local coordinates of subelements |
| CRefinedSimplexLocalBasis< D, 2 > | Base class for LocalBasis classes based on uniform refinement in 2D; provides numbering and local coordinates of subelements |
| CRefinedSimplexLocalBasis< D, 3 > | Base class for LocalBasis classes based on uniform refinement in 3D; provides numbering and local coordinates of subelements |
| CRefinedP0LocalFiniteElement | Local finite element that is piecewise P0 on a once uniformly refined reference geometry |
| CRefinedP0LocalFiniteElement< D, R, 1 > | Local finite element that is piecewise P0 on a once uniformly refined reference geometry |
| CRefinedP0LocalFiniteElement< D, R, 2 > | Local finite element that is piecewise P0 on a once uniformly refined reference geometry |
| CRefinedP0LocalFiniteElement< D, R, 3 > | Local finite element that is piecewise P0 on a once uniformly refined reference geometry |
| CRefinedP0LocalBasis | Uniformly refined constant shape functions on a unit simplex in R^dim |
| CRefinedP0LocalCoefficients | Layout map for RefinedP0 elements |
| CRefinedP0LocalInterpolation | |
| CRefinedP0LocalInterpolation< RefinedP0LocalBasis< D, R, 1 > > | |
| CRefinedP0LocalInterpolation< RefinedP0LocalBasis< D, R, 2 > > | |
| CRefinedP0LocalInterpolation< RefinedP0LocalBasis< D, R, 3 > > | |
| CRefinedP1LocalFiniteElement | Piecewise linear continuous Lagrange functions on a uniformly refined simplex element |
| CRefinedP1LocalBasis | |
| CRefinedP1LocalBasis< D, R, 1 > | Uniformly refined linear Lagrange shape functions in 1D |
| CRefinedP1LocalBasis< D, R, 2 > | Uniformly refined linear Lagrange shape functions on the triangle |
| CRefinedP1LocalBasis< D, R, 3 > | Uniformly refined linear Lagrange shape functions on the 3D-simplex (tetrahedron) |
| CMonomialEvaluator | |
| CBaseIterator | |
| CIterator | |
| CStandardEvaluator | |
| CIterator | |
| CBasisMatrix | |
| CBasisMatrixBase | |
| CBasisMatrix< const MonomialBasis< geometryId, F >, Interpolation, Field > | |
| CBasisMatrix< const Dune::VirtualMonomialBasis< dim, F >, Interpolation, Field > | |
| CBasisMatrix< const PolynomialBasis< Eval, CM, D, R >, Interpolation, Field > | |
| CBasisMatrix< const PolynomialBasisWithMatrix< Eval, CM >, Interpolation, Field > | |
| CMult | |
| CMult< Field, FieldVector< Field2, dimRange > > | |
| CSparseCoeffMatrix | |
| CIdentity | |
| CDefaultBasisFactory | |
| CEvaluationBasisFactory | |
| CDGLocalCoefficients | A class providing local coefficients for dg spaces |
| CDGLocalCoefficientsFactory | A factory class for the dg local coefficients |
| CUnity | A class representing the unit of a given Field |
| CZero | A class representing the zero of a given Field |
| CFieldCast | |
| CFieldCast< F2, Dune::FieldVector< F1, dim > > | |
| CFieldCast< F2, Dune::FieldMatrix< F1, dim1, dim2 > > | |
| CPrecision | |
| CPrecision< double > | |
| CPrecision< long double > | |
| CPrecision< float > | |
| CComputeField | |
| CInterpolationHelper | |
| CHelper | |
| CHelper< Func, Vector, true > | |
| CHelper< Basis, Matrix, false > | |
| CLocalL2Interpolation | A local L2 interpolation taking a test basis and a quadrature rule |
| CLocalL2InterpolationBase | |
| CLocalL2Interpolation< B, Q, true > | |
| CLocalL2Interpolation< B, Q, false > | |
| CLocalL2InterpolationFactory | A factory class for the local l2 interpolations taking a basis factory |
| CLFEMatrix | |
| CGenericLocalFiniteElement | A LocalFiniteElement implementation based on three TopologyFactories providing the LocalBasis, LocalCoefficients, and LocalInterpolations. Note the key type for all three factories must coincide |
| CDGLocalFiniteElement | Takes the basis and interpolation factory from a given LocalFiniteElement (derived from GenericLocalFiniteElement) and replaces the coefficients with dg local keys, i.e., attaches all degrees of freedom to the codimension zero entity |
| CL2LocalFiniteElement | Takes the basis factory from a given LocalFiniteElement (derived from GenericLocalFiniteElement) and replaces the coefficients with dg local keys, i.e., attaches all degrees of freedom to the codimension zero entity and uses a l2 interpolation |
| CMonomialBasisSize | |
| CMonomialBasis | |
| CMonomialBasisHelper | |
| CMonomialBasisImpl | |
| CStandardMonomialBasis | |
| CStandardBiMonomialBasis | |
| CVirtualMonomialBasis | |
| CVirtualMonomialBasisImpl | |
| CMonomialBasisFactory | |
| CEvaluationBasisFactory | |
| CMonomialBasisProvider | |
| CEvaluationBasisFactory | |
| CMultiIndex | |
| CFieldTraits< MultiIndex< dim, Field > > | |
| CUnity< MultiIndex< dim, F > > | |
| CZero< MultiIndex< dim, F > > | |
| CPolynomialBasis | |
| CConvert | |
| CConvert< dummy, DomainVector > | |
| CPolynomialBasisWithMatrix | |
| CLFETensor | |
| CFieldTraits< LFETensor< F, dimD, deriv > > | |
| CLFETensor< F, 0, deriv > | |
| CLFETensor< F, 0, 0 > | |
| CLFETensor< F, dimD, 0 > | |
| CDerivatives | |
| CFieldTraits< Derivatives< F, dimD, dimR, deriv, layout > > | |
| CDerivatives< F, dimD, dimR, deriv, DerivativeLayoutNS::value > | |
| CDerivatives< F, dimD, dimR, 0, DerivativeLayoutNS::value > | |
| CDerivatives< F, dimD, dimR, deriv, DerivativeLayoutNS::derivative > | |
| CLFETensorAxpy | |
| CLFETensorAxpy< Derivatives< F1, dimD, dimR, d, DerivativeLayoutNS::value >, Vec2, deriv > | |
| CLFETensorAxpy< Derivatives< F1, dimD, dimR, d, DerivativeLayoutNS::derivative >, Vec2, deriv > | |
| CLFETensorAxpy< Derivatives< F1, dimD, 1, d, DerivativeLayoutNS::derivative >, Vec2, deriv > | |
| CLFETensorAxpy< Derivatives< F1, dimD, 1, d, DerivativeLayoutNS::value >, Vec2, deriv > | |
| CDerivativeAssign | |
| CDerivativeAssign< Derivatives< F1, dimD, dimR, deriv, layout >, Derivatives< F2, dimD, dimR, deriv, layout > > | |
| CDerivativeAssign< Derivatives< F1, dimD, dimR, deriv, DerivativeLayoutNS::value >, Derivatives< F2, dimD, dimR, deriv, DerivativeLayoutNS::derivative > > | |
| CDerivativeAssign< Derivatives< F1, dimD, dimR, deriv, DerivativeLayoutNS::derivative >, Derivatives< F2, dimD, dimR, deriv, DerivativeLayoutNS::value > > | |
| CDerivativeAssign< Derivatives< F1, dimD, 1, deriv, layout >, Derivatives< F2, dimD, dimR, deriv, DerivativeLayoutNS::value > > | |
| CDerivativeAssign< Derivatives< F1, dimD, 1, deriv, layout >, Derivatives< F2, dimD, dimR, deriv, DerivativeLayoutNS::derivative > > | |
| CDerivativeAssign< Derivatives< F1, dimD, 1, deriv, DerivativeLayoutNS::value >, Derivatives< F2, dimD, 1, deriv, DerivativeLayoutNS::value > > | |
| CDerivativeAssign< Derivatives< F1, dimD, 1, deriv, DerivativeLayoutNS::derivative >, Derivatives< F2, dimD, 1, deriv, DerivativeLayoutNS::derivative > > | |
| CDerivativeAssign< Derivatives< F1, dimD, 1, deriv, DerivativeLayoutNS::derivative >, Derivatives< F2, dimD, 1, deriv, DerivativeLayoutNS::value > > | |
| CDerivativeAssign< Derivatives< F1, dimD, 1, deriv, DerivativeLayoutNS::value >, Derivatives< F2, dimD, 1, deriv, DerivativeLayoutNS::derivative > > | |
| CDerivativeAssign< Derivatives< F1, dimD, 1, deriv, layout >, F2 > | |
| CDerivativeAssign< Derivatives< F1, dimD, dimR, deriv, DerivativeLayoutNS::value >, FieldVector< F2, dimR > > | |
| CDerivativeAssign< Derivatives< F1, dimD, dimR, deriv, DerivativeLayoutNS::derivative >, FieldVector< F2, dimR > > | |
| CDerivativeAssign< Derivatives< F1, dimD, 1, deriv, DerivativeLayoutNS::value >, FieldVector< F2, dimR > > | |
| CDerivativeAssign< Derivatives< F1, dimD, 1, deriv, DerivativeLayoutNS::derivative >, FieldVector< F2, dimR > > | |
| CDerivativeAssign< Derivatives< F1, dimD, 1, deriv, DerivativeLayoutNS::value >, FieldVector< F2, 1 > > | |
| CDerivativeAssign< Derivatives< F1, dimD, 1, deriv, DerivativeLayoutNS::derivative >, FieldVector< F2, 1 > > | |
| CEdgeS0_5FiniteElement | FiniteElement for lowest order edge elements on simplices |
| CTraits | |
| CEdgeS0_5FiniteElementFactory | Factory for EdgeS0_5FiniteElement objects |
| CEdgeS0_5Basis | Basis for order 0.5 (lowest order) edge elements on simplices |
| CTraits | Export type traits for function signature |
| CEdgeS0_5Coefficients | Coefficients for lowest order edge elements on simplices |
| CEdgeS0_5Common | Common base class for edge elements |
| CEdgeS0_5Interpolation | Interpolation for lowest order edge elements on simplices |
| NONBCompute | |
| CIntegral | |
| CONBMatrix | |