OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
GetCpBlockType< SGridGpu, prp, stencil_size > Struct Template Reference

get the type of the block More...

Detailed Description

template<typename SGridGpu, unsigned int prp, unsigned int stencil_size>
struct GetCpBlockType< SGridGpu, prp, stencil_size >

get the type of the block

Definition at line 161 of file SparseGridGpu.hpp.

#include <SparseGridGpu.hpp>

Public Types

typedef cp_block< typename boost::mpl::at< typename SGridGpu::device_grid_type::value_type::type, boost::mpl::int_< prp > >::type, stencil_size, typename vmpl_sum_constant< 2 *stencil_size, typename vmpl_create_constant< SGridGpu::dims, SGridGpu::device_grid_type::blockEdgeSize_ >::type >::type, SGridGpu::device_grid_type::dims > type
 

Member Typedef Documentation

◆ type

template<typename SGridGpu , unsigned int prp, unsigned int stencil_size>
typedef cp_block<typename boost::mpl::at<typename SGridGpu::device_grid_type::value_type::type,boost::mpl::int_<prp> >::type, stencil_size, typename vmpl_sum_constant<2*stencil_size,typename vmpl_create_constant<SGridGpu::dims,SGridGpu::device_grid_type::blockEdgeSize_>::type >::type, SGridGpu::device_grid_type::dims> GetCpBlockType< SGridGpu, prp, stencil_size >::type

Definition at line 166 of file SparseGridGpu.hpp.


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