ViennaGrid - The Vienna Grid Library  2.1.0
Public Types
storage_layout_config< ElementTagT, boundary_cell_tag > Struct Template Reference

Defines the default storage layout for elements: full handling tag is default except for vertex, which don't have orientation. More...

#include <mesh_config.hpp>

Public Types

typedef
viennagrid::detail::result_of::insert
< typename
storage_layout_config
< ElementTagT, typename
boundary_cell_tag::facet_tag >
::type,
viennagrid::static_pair
< boundary_cell_tag,
viennagrid::full_handling_tag >
>::type 
type

Detailed Description

template<typename ElementTagT, typename boundary_cell_tag>
struct viennagrid::config::result_of::storage_layout_config< ElementTagT, boundary_cell_tag >

Defines the default storage layout for elements: full handling tag is default except for vertex, which don't have orientation.


Member Typedef Documentation

typedef viennagrid::detail::result_of::insert< typename storage_layout_config<ElementTagT, typename boundary_cell_tag::facet_tag>::type, viennagrid::static_pair< boundary_cell_tag, viennagrid::full_handling_tag > >::type type

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