STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions | Public Types
stapl::regular_mesh_cell_neighbor< DOM,-1 > Struct Template Reference

Functor getting a cell neighbor. More...

Public Member Functions

result_type operator() (const DOM &dom, tuple_type const &t1, size_t idx) const
 

Public Types

typedef DOM::tuple_type tuple_type
 
typedef regular_face_property< tuple_size< tuple_type >::value >::normal_type normal_type
 
typedef std::pair< tuple_type, normal_typeresult_type
 

Detailed Description

template<typename DOM>
struct stapl::regular_mesh_cell_neighbor< DOM,-1 >

Functor getting a cell neighbor.

Template Parameters
DOMmesh domain type.

Template specialization to stop the recursion in finding the cell neighbor.


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