Dune Core Modules (2.6.0)

Dune::BasisInterface::Traits Struct Reference

types of domain and range More...

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

Public Types

typedef ImplementationDefined Jacobian
 Jacobian properties. More...
 

Static Public Attributes

static const std::size_t diffOrder = implementationDefined
 maximum number of partial derivatives supported
 

Domain properties (local and global)

typedef ImplementationDefined DomainField
 Field type of the domain.
 
typedef ImplementationDefined DomainLocal
 Type used for coordinate vectors in the local domain.
 
typedef ImplementationDefined DomainGlobal
 Type used for coordinate vectors in the world domain.
 
static const std::size_t dimDomainLocal = implementationDefined
 Dimension of the local coordinate system.
 
static const std::size_t dimDomainGlobal = implementationDefined
 Dimension of the world coordinate system.
 

Range properties (global range only)

typedef ImplementationDefined RangeField
 Field type of the range.
 
typedef ImplementationDefined Range
 Type used for range values.
 
static const std::size_t dimRange = implementationDefined
 Dimension of the range values.
 

Detailed Description

types of domain and range

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

Member Typedef Documentation

◆ Jacobian

Jacobian properties.

Note
The Jacobian should be some matrix type with dimRange x dimDomainGlobal components of type RangeField.

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 1, 22:29, 2024)