3.1-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Public Types | List of all members
Dumux::DefaultFEGridGeometryTraits< FEBasis, MapperTraits > Struct Template Reference

Default Traits class for the fem grid geometry. More...

#include <dumux/discretization/fem/fegridgeometry.hh>

Inheritance diagram for Dumux::DefaultFEGridGeometryTraits< FEBasis, MapperTraits >:
Inheritance graph

Description

template<class FEBasis, class MapperTraits = DefaultMapperTraits<typename FEBasis::GridView>>
struct Dumux::DefaultFEGridGeometryTraits< FEBasis, MapperTraits >

Default Traits class for the fem grid geometry.

Template Parameters
Thefinite element function space basis
MapperTraitsTraits class containing data types for mappers

Public Types

template<class GridGeometry >
using LocalView = FEElementGeometry< GridGeometry >
 
using ElementMapper = Dune::MultipleCodimMultipleGeomTypeMapper< typename FEBasis::GridView >
 
using VertexMapper = Dune::MultipleCodimMultipleGeomTypeMapper< typename FEBasis::GridView >
 

Member Typedef Documentation

◆ ElementMapper

using Dumux::DefaultMapperTraits< typename FEBasis::GridView , Dune::MultipleCodimMultipleGeomTypeMapper<typename FEBasis::GridView > , Dune::MultipleCodimMultipleGeomTypeMapper<typename FEBasis::GridView > >::ElementMapper = Dune::MultipleCodimMultipleGeomTypeMapper<typename FEBasis::GridView >
inherited

◆ LocalView

template<class FEBasis , class MapperTraits = DefaultMapperTraits<typename FEBasis::GridView>>
template<class GridGeometry >
using Dumux::DefaultFEGridGeometryTraits< FEBasis, MapperTraits >::LocalView = FEElementGeometry<GridGeometry>

◆ VertexMapper

using Dumux::DefaultMapperTraits< typename FEBasis::GridView , Dune::MultipleCodimMultipleGeomTypeMapper<typename FEBasis::GridView > , Dune::MultipleCodimMultipleGeomTypeMapper<typename FEBasis::GridView > >::VertexMapper = Dune::MultipleCodimMultipleGeomTypeMapper<typename FEBasis::GridView >
inherited

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