Go to the source code of this file.
|
template<typename Float , int length, int nDim, typename Order > |
void | quda::extractGhost (ExtractGhostArg< Order, nDim > arg) |
|
template<typename Float , int length, int nDim, typename Order > |
__global__ void | quda::extractGhostKernel (ExtractGhostArg< Order, nDim > arg) |
|
template<typename Float , int length, typename Order > |
void | quda::extractGhost (Order order, const GaugeField &u, QudaFieldLocation location) |
|
template<typename Float > |
void | quda::extractGhost (const GaugeField &u, Float **Ghost) |
|
void | quda::extractGaugeGhost (const GaugeField &u, void **ghost) |
|