ViennaGrid - The Vienna Grid Library  2.1.0
Public Types
full_topology_config_helper< CellTagT, ElementTagT, HandleTagT, VertexContainerTagT, CellContainerTagT > Struct Template Reference

Helper meta function for creating topologic configuration using full_element_config for each element. Terminates at vertex level. More...

#include <mesh_config.hpp>

Public Types

typedef
viennagrid::detail::result_of::insert
< typename
full_topology_config_helper
< CellTagT, typename
ElementTagT::facet_tag,
HandleTagT,
VertexContainerTagT,
CellContainerTagT >::type,
viennagrid::static_pair
< ElementTagT, typename
full_element_config< CellTagT,
ElementTagT, HandleTagT,
VertexContainerTagT,
CellContainerTagT >::type >
>::type 
type

Detailed Description

template<typename CellTagT, typename ElementTagT, typename HandleTagT, typename VertexContainerTagT, typename CellContainerTagT>
struct viennagrid::config::result_of::full_topology_config_helper< CellTagT, ElementTagT, HandleTagT, VertexContainerTagT, CellContainerTagT >

Helper meta function for creating topologic configuration using full_element_config for each element. Terminates at vertex level.


Member Typedef Documentation

typedef viennagrid::detail::result_of::insert< typename full_topology_config_helper<CellTagT, typename ElementTagT::facet_tag, HandleTagT, VertexContainerTagT, CellContainerTagT>::type, viennagrid::static_pair< ElementTagT, typename full_element_config<CellTagT, ElementTagT, HandleTagT, VertexContainerTagT, CellContainerTagT>::type > >::type type

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