ViennaGrid - The Vienna Grid Library
2.1.0
|
Creates a container for a specified ElementTagT for the mesh container collection based on a wrapped config. If a container collection is used as first argument, the container for the element with tag ElementTagT within the container collection is returned. More...
#include <mesh_config.hpp>
Public Types | |
typedef viennagrid::element < ElementTagT, WrappedConfigType > | element_type |
typedef viennagrid::result_of::container < element_type, typename query_element_container_tag < WrappedConfigType, ElementTagT >::type >::type | type |
Creates a container for a specified ElementTagT for the mesh container collection based on a wrapped config. If a container collection is used as first argument, the container for the element with tag ElementTagT within the container collection is returned.
typedef viennagrid::element<ElementTagT, WrappedConfigType> element_type |
typedef viennagrid::result_of::container<element_type, typename query_element_container_tag<WrappedConfigType, ElementTagT>::type >::type type |