Dune Core Modules (2.7.1)

Dune::LocalToGlobalBasisAdaptorTraits< LocalBasisTraits, dimDomainGlobal_ > Struct Template Reference

Traits class for local-to-global basis adaptors. More...

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

Public Types

Domain properties (local and global)
enum  { dimDomain = implementationDefined }
 Enum for domain dimension. More...
 
typedef ImplementationDefined DomainFieldType
 Field type of the domain.
 
typedef ImplementationDefined DomainType
 Type used for coordinate vectors in the domain.
 
Range properties (global range only)
enum  { dimRange = implementationDefined }
 Enum for range dimension. More...
 
typedef ImplementationDefined RangeFieldType
 Field type of the range.
 
typedef ImplementationDefined RangeType
 Type used for range values.
 

Detailed Description

template<class LocalBasisTraits, std::size_t dimDomainGlobal_>
struct Dune::LocalToGlobalBasisAdaptorTraits< LocalBasisTraits, dimDomainGlobal_ >

Traits class for local-to-global basis adaptors.

Template Parameters
LocalBasisTraitsTraits class of the LocalBasis to be adapted.
dimDomainGlobal_Dimension of the global coordinates, i.e. Geometry::coorddimension, if the global coordinates are determined by a Geometry.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
inherited

Enum for domain dimension.

Enumerator
dimDomain 

dimension of the domain

◆ anonymous enum

anonymous enum
inherited

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