QUDA  v0.7.0
A library for QCD on GPUs
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Public Member Functions | Public Attributes | List of all members
quda::Reconstruct< 8, Float > Struct Template Reference

#include <gauge_field_order.h>

Public Types

typedef mapper< Float >::type RegType
 

Public Member Functions

 Reconstruct (const GaugeField &u)
 
__device__ __host__ void Pack (RegType out[8], const RegType in[18], int idx) const
 
__device__ __host__ void Unpack (RegType out[18], const RegType in[8], int idx, int dir, const RegType phase) const
 
__device__ __host__ void getPhase (RegType *phase, const RegType in[18])
 

Public Attributes

int X [QUDA_MAX_DIM]
 
int R [QUDA_MAX_DIM]
 
const RegType anisotropy
 
const QudaTboundary tBoundary
 
bool isFirstTimeSlice
 
bool isLastTimeSlice
 
QudaGhostExchange ghostExchange
 

Detailed Description

template<typename Float>
struct quda::Reconstruct< 8, Float >

Definition at line 274 of file gauge_field_order.h.

Member Typedef Documentation

template<typename Float >
typedef mapper<Float>::type quda::Reconstruct< 8, Float >::RegType

Definition at line 275 of file gauge_field_order.h.

Constructor & Destructor Documentation

template<typename Float >
quda::Reconstruct< 8, Float >::Reconstruct ( const GaugeField u)
inline

Definition at line 284 of file gauge_field_order.h.

Member Function Documentation

template<typename Float >
__device__ __host__ void quda::Reconstruct< 8, Float >::getPhase ( RegType phase,
const RegType  in[18] 
)
inline

Definition at line 363 of file gauge_field_order.h.

template<typename Float >
__device__ __host__ void quda::Reconstruct< 8, Float >::Pack ( RegType  out[8],
const RegType  in[18],
int  idx 
) const
inline

Definition at line 294 of file gauge_field_order.h.

template<typename Float >
__device__ __host__ void quda::Reconstruct< 8, Float >::Unpack ( RegType  out[18],
const RegType  in[8],
int  idx,
int  dir,
const RegType  phase 
) const
inline

Definition at line 300 of file gauge_field_order.h.

Member Data Documentation

template<typename Float >
const RegType quda::Reconstruct< 8, Float >::anisotropy

Definition at line 278 of file gauge_field_order.h.

template<typename Float >
QudaGhostExchange quda::Reconstruct< 8, Float >::ghostExchange

Definition at line 282 of file gauge_field_order.h.

template<typename Float >
bool quda::Reconstruct< 8, Float >::isFirstTimeSlice

Definition at line 280 of file gauge_field_order.h.

template<typename Float >
bool quda::Reconstruct< 8, Float >::isLastTimeSlice

Definition at line 281 of file gauge_field_order.h.

template<typename Float >
int quda::Reconstruct< 8, Float >::R[QUDA_MAX_DIM]

Definition at line 277 of file gauge_field_order.h.

template<typename Float >
const QudaTboundary quda::Reconstruct< 8, Float >::tBoundary

Definition at line 279 of file gauge_field_order.h.

template<typename Float >
int quda::Reconstruct< 8, Float >::X[QUDA_MAX_DIM]

Definition at line 276 of file gauge_field_order.h.


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