OpenFPM_data  0.1.0
Project that contain the implementation and interfaces for basic structure like vectors, grids, graph ... .
 All Data Structures Namespaces Functions Variables Typedefs Friends
device_g< dim, T > Struct Template Reference

Detailed Description

template<unsigned int dim, typename T>
struct device_g< dim, T >

device selector struct

device selector struct, it return the correct data type for each device

Definition at line 197 of file grid_gpu.hpp.

#include <grid_gpu.hpp>

Public Types

typedef grid_cpu< dim, T > cpu
 cpu
 
typedef grid_gpu< dim, T > gpu
 gpu
 

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