Public Types

element_container< domain_t< ConfigType >, dim, cell_level > Struct Template Reference

Metafunction returning the container used for storing the n-cells in the domain. More...

#include <domain.hpp>

Public Types

typedef result_of::ncell
< ConfigType, dim >::type 
element_type
typedef std::map< element_key
< ConfigType, element_type >
, element_type
type

Detailed Description

template<typename ConfigType, long dim, long cell_level>
struct viennagrid::result_of::element_container< domain_t< ConfigType >, dim, cell_level >

Metafunction returning the container used for storing the n-cells in the domain.

Template Parameters:
ConfigType The configuration class
dim The topological dimension n
cell_level Topological dimension of a cell inside the domain

Member Typedef Documentation

typedef result_of::ncell<ConfigType, dim>::type element_type
typedef std::map< element_key<ConfigType, element_type>, element_type > type

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