dune-pdelab  2.5-dev
Public Types | Public Member Functions | Public Attributes | List of all members
Dune::PDELab::post_extract_per_entity_sizes< ES > Struct Template Reference

#include <dune/pdelab/ordering/gridviewordering.hh>

Inheritance diagram for Dune::PDELab::post_extract_per_entity_sizes< ES >:
Inheritance graph

Public Types

typedef std::vector< GeometryType > GTVector
 

Public Member Functions

template<typename Node , typename TreePath >
void leaf (Node &node, TreePath tp) const
 
template<typename Node , typename TreePath >
void pre (Node &node, TreePath tp) const
 
template<typename Node , typename Child , typename TreePath , typename ChildIndex >
void afterChild (Node &node, const Child &child, TreePath tp, ChildIndex childIndex) const
 
template<typename Node , typename TreePath >
void post (Node &node, TreePath tp) const
 
 post_extract_per_entity_sizes (const ES &es_)
 

Public Attributes

ES es
 

Member Typedef Documentation

§ GTVector

template<typename ES >
typedef std::vector<GeometryType> Dune::PDELab::post_extract_per_entity_sizes< ES >::GTVector

Constructor & Destructor Documentation

§ post_extract_per_entity_sizes()

template<typename ES >
Dune::PDELab::post_extract_per_entity_sizes< ES >::post_extract_per_entity_sizes ( const ES &  es_)
inline

Member Function Documentation

§ afterChild()

template<typename ES >
template<typename Node , typename Child , typename TreePath , typename ChildIndex >
void Dune::PDELab::post_extract_per_entity_sizes< ES >::afterChild ( Node &  node,
const Child &  child,
TreePath  tp,
ChildIndex  childIndex 
) const
inline

§ leaf()

template<typename ES >
template<typename Node , typename TreePath >
void Dune::PDELab::post_extract_per_entity_sizes< ES >::leaf ( Node &  node,
TreePath  tp 
) const
inline

§ post()

template<typename ES >
template<typename Node , typename TreePath >
void Dune::PDELab::post_extract_per_entity_sizes< ES >::post ( Node &  node,
TreePath  tp 
) const
inline

§ pre()

template<typename ES >
template<typename Node , typename TreePath >
void Dune::PDELab::post_extract_per_entity_sizes< ES >::pre ( Node &  node,
TreePath  tp 
) const
inline

Member Data Documentation

§ es

template<typename ES >
ES Dune::PDELab::post_extract_per_entity_sizes< ES >::es

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