OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
RhsBlockWrapper< BlockT > Struct Template Reference

Detailed Description

template<typename BlockT>
struct RhsBlockWrapper< BlockT >

A wrapper for general dimension right hand sides for assignments. This involves copies of data into local registers upon construction.

Template Parameters
BlockT

Definition at line 153 of file BlockMapGpu_dimensionalityWrappers.cuh.

Public Member Functions

template<typename IndexT >
__device__ __host__ RhsBlockWrapper (BlockT &block, IndexT offset)
 

Data Fields

BlockT::scalarType & value
 

Constructor & Destructor Documentation

◆ RhsBlockWrapper()

template<typename BlockT >
template<typename IndexT >
__device__ __host__ RhsBlockWrapper< BlockT >::RhsBlockWrapper ( BlockT &  block,
IndexT  offset 
)
inline

Definition at line 158 of file BlockMapGpu_dimensionalityWrappers.cuh.

Field Documentation

◆ value

template<typename BlockT >
BlockT::scalarType& RhsBlockWrapper< BlockT >::value

Definition at line 155 of file BlockMapGpu_dimensionalityWrappers.cuh.


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