DUNE PDELab (2.8)

Dune::PDELab::FunctionTraits< DF, n, D, RF, m, R > Struct Template Reference

#include <dune/pdelab/common/function.hh>

Public Types

enum  { dimDomain = n }
 Enum for domain dimension. More...
 
enum  { dimRange = m }
 Enum for range dimension. More...
 
typedef DF DomainFieldType
 Export type for domain field.
 
typedef D DomainType
 domain type in dim-size coordinates
 
typedef RF RangeFieldType
 Export type for range field.
 
typedef R RangeType
 range type
 

Detailed Description

template<class DF, int n, class D, class RF, int m, class R>
struct Dune::PDELab::FunctionTraits< DF, n, D, RF, m, R >

traits class holding function signature, same as in local function

Template Parameters
DFThe numeric type of the field representing the domain.
dimensionof the domain.
DThe type of the domain.
mThe dimension of the range.
RFThe numeric type of the field representing the range.
RThe type of the range.

Member Enumeration Documentation

◆ anonymous enum

template<class DF , int n, class D , class RF , int m, class R >
anonymous enum

Enum for domain dimension.

Enumerator
dimDomain 

dimension of the domain

◆ anonymous enum

template<class DF , int n, class D , class RF , int m, class R >
anonymous enum

Enum for range dimension.

Enumerator
dimRange 

dimension of the range


The documentation for this struct was generated from the following file:
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.80.0 (May 10, 22:30, 2024)