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< 12, 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[12], const RegType in[18], int idx) const
 
__device__ __host__ void Unpack (RegType out[18], const RegType in[12], 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< 12, Float >

Definition at line 132 of file gauge_field_order.h.

Member Typedef Documentation

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

Definition at line 133 of file gauge_field_order.h.

Constructor & Destructor Documentation

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

Definition at line 142 of file gauge_field_order.h.

Member Function Documentation

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

Definition at line 173 of file gauge_field_order.h.

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

Definition at line 152 of file gauge_field_order.h.

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

Definition at line 156 of file gauge_field_order.h.

Member Data Documentation

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

Definition at line 136 of file gauge_field_order.h.

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

Definition at line 140 of file gauge_field_order.h.

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

Definition at line 138 of file gauge_field_order.h.

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

Definition at line 139 of file gauge_field_order.h.

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

Definition at line 135 of file gauge_field_order.h.

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

Definition at line 137 of file gauge_field_order.h.

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

Definition at line 134 of file gauge_field_order.h.


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