dune-pdelab  2.5-dev
Public Types | List of all members
Dune::PDELab::PowerCompositeGridFunctionTraits< GV > Struct Template Reference

GV The type of the grid view the function lives on. More...

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

Inheritance diagram for Dune::PDELab::PowerCompositeGridFunctionTraits< GV >:
Inheritance graph

Public Types

typedef GV GridViewType
 The type of the grid view the function lives on. More...
 
typedef GV::Traits::template Codim< 0 >::Entity ElementType
 codim 0 entity More...
 

Detailed Description

template<typename GV>
struct Dune::PDELab::PowerCompositeGridFunctionTraits< GV >

GV The type of the grid view the function lives on.

Member Typedef Documentation

◆ ElementType

template<typename GV >
typedef GV::Traits::template Codim<0>::Entity Dune::PDELab::PowerCompositeGridFunctionTraits< GV >::ElementType

codim 0 entity

◆ GridViewType

template<typename GV >
typedef GV Dune::PDELab::PowerCompositeGridFunctionTraits< GV >::GridViewType

The type of the grid view the function lives on.


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