dune-localfunctions 2.10
Loading...
Searching...
No Matches
Public Types | List of all members
Dune::FiniteElementInterface::Traits Struct Reference

types of component objects More...

#include <dune/localfunctions/common/interface.hh>

Inheritance diagram for Dune::FiniteElementInterface::Traits:
Inheritance graph

Public Types

typedef ImplementationDefined Basis
 type of the Basis
 
typedef ImplementationDefined Coefficients
 type of the Coefficients
 
typedef ImplementationDefined Interpolation
 type of the Interpolation
 

Detailed Description

types of component objects

Note
This may be a typedef instead of a member class.

Member Typedef Documentation

◆ Basis

typedef ImplementationDefined Dune::FiniteElementInterface::Traits::Basis

type of the Basis

Should be an implementation of BasisInterface

Note
May be an inline class instead of a typedef.

◆ Coefficients

type of the Coefficients

Should be an implementation of CoefficientsInterface

Note
May be an inline class instead of a typedef.

◆ Interpolation

type of the Interpolation

Should be an implementation of InterpolationInterface

Note
May be an inline class instead of a typedef.

The documentation for this struct was generated from the following file: