dune-geometry  2.2.0
Public Types | Static Public Member Functions | Static Public Attributes
Dune::GenericGeometry::NonHybridMappingFactory< Topology, GeometryTraits > Class Template Reference

#include <dune/geometry/genericgeometry/mappingprovider.hh>

List of all members.

Public Types

typedef NonHybridMapping
< Topology, GeometryTraits > 
Mapping

Static Public Member Functions

template<class CoordVector >
static Mappingconstruct (const unsigned int topologyId, const CoordVector &coords, char *mappingStorage)
static std::size_t mappingSize (const unsigned int topologyId)

Static Public Attributes

static const unsigned int maxMappingSize = sizeof( Mapping )

template<class Topology, class GeometryTraits>
class Dune::GenericGeometry::NonHybridMappingFactory< Topology, GeometryTraits >


Member Typedef Documentation

template<class Topology, class GeometryTraits>
typedef NonHybridMapping< Topology, GeometryTraits > Dune::GenericGeometry::NonHybridMappingFactory< Topology, GeometryTraits >::Mapping

Member Function Documentation

template<class Topology, class GeometryTraits>
template<class CoordVector >
static Mapping* Dune::GenericGeometry::NonHybridMappingFactory< Topology, GeometryTraits >::construct ( const unsigned int  topologyId,
const CoordVector &  coords,
char *  mappingStorage 
) [inline, static]
template<class Topology, class GeometryTraits>
static std::size_t Dune::GenericGeometry::NonHybridMappingFactory< Topology, GeometryTraits >::mappingSize ( const unsigned int  topologyId) [inline, static]

Member Data Documentation

template<class Topology, class GeometryTraits>
const unsigned int Dune::GenericGeometry::NonHybridMappingFactory< Topology, GeometryTraits >::maxMappingSize = sizeof( Mapping ) [static]

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