dune-pdelab  2.4.1
Public Member Functions | List of all members
Dune::PDELab::extract_child_bases< child_type > Struct Template Reference

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

Inheritance diagram for Dune::PDELab::extract_child_bases< child_type >:
Inheritance graph

Public Member Functions

template<typename Node , typename Child , typename TreePath , typename ChildIndex >
void afterChild (const Node &node, Child &child, TreePath tp, ChildIndex child_index)
 
template<typename Node , typename Child , typename ChildIndex >
enable_if< Node::has_dynamic_ordering_children >::type extract_child (const Node &node, Child &child, ChildIndex child_index)
 
template<typename Node , typename Child , typename ChildIndex >
enable_if<!Node::has_dynamic_ordering_children >::type extract_child (const Node &node, Child &child, ChildIndex child_index)
 
 extract_child_bases (std::vector< child_type * > &children)
 

Constructor & Destructor Documentation

template<typename child_type >
Dune::PDELab::extract_child_bases< child_type >::extract_child_bases ( std::vector< child_type * > &  children)
inline

Member Function Documentation

template<typename child_type >
template<typename Node , typename Child , typename TreePath , typename ChildIndex >
void Dune::PDELab::extract_child_bases< child_type >::afterChild ( const Node &  node,
Child &  child,
TreePath  tp,
ChildIndex  child_index 
)
inline
template<typename child_type >
template<typename Node , typename Child , typename ChildIndex >
enable_if<Node::has_dynamic_ordering_children>::type Dune::PDELab::extract_child_bases< child_type >::extract_child ( const Node &  node,
Child &  child,
ChildIndex  child_index 
)
inline
template<typename child_type >
template<typename Node , typename Child , typename ChildIndex >
enable_if<!Node::has_dynamic_ordering_children>::type Dune::PDELab::extract_child_bases< child_type >::extract_child ( const Node &  node,
Child &  child,
ChildIndex  child_index 
)
inline

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