|
QUDA v0.4.0
A library for QCD on GPUs
|
#include <gauge_field.h>
Inheritance diagram for cpuGaugeField:Public Member Functions | |
| cpuGaugeField (const GaugeFieldParam &) | |
| virtual | ~cpuGaugeField () |
| void | exchangeGhost () const |
| const void ** | Ghost () const |
| void * | Gauge_p () |
| void | setGauge (void **_gauge) |
Friends | |
| void | cudaGaugeField::loadCPUField (const cpuGaugeField &cpu, const QudaFieldLocation &) |
| void | cudaGaugeField::saveCPUField (cpuGaugeField &cpu, const QudaFieldLocation &) const |
Definition at line 147 of file gauge_field.h.
| cpuGaugeField::cpuGaugeField | ( | const GaugeFieldParam & | param | ) |
Definition at line 6 of file cpu_gauge_field.cpp.
| cpuGaugeField::~cpuGaugeField | ( | ) | [virtual] |
Definition at line 71 of file cpu_gauge_field.cpp.
| void cpuGaugeField::exchangeGhost | ( | ) | const |
Definition at line 194 of file cpu_gauge_field.cpp.
| void* cpuGaugeField::Gauge_p | ( | ) | [inline] |
Definition at line 165 of file gauge_field.h.
| const void** cpuGaugeField::Ghost | ( | ) | const [inline] |
Definition at line 163 of file gauge_field.h.
| void cpuGaugeField::setGauge | ( | void ** | _gauge | ) |
Definition at line 223 of file cpu_gauge_field.cpp.
| void cudaGaugeField::loadCPUField | ( | const cpuGaugeField & | cpu, |
| const QudaFieldLocation & | |||
| ) | [friend] |
| void cudaGaugeField::saveCPUField | ( | cpuGaugeField & | cpu, |
| const QudaFieldLocation & | |||
| ) | const [friend] |
1.7.4