|
QUDA
v1.1.0
A library for QCD on GPUs
|
#include <stdio.h>#include <stdlib.h>#include <string.h>#include <quda.h>#include <quda_internal.h>#include <gauge_field.h>#include <comm_quda.h>#include <host_utils.h>#include <command_line_params.h>#include <gauge_tools.h>#include <pgauge_monte.h>#include <random_quda.h>#include <unitarization_links.h>#include <qio_field.h>#include <gtest/gtest.h>Go to the source code of this file.
Classes | |
| class | GaugeAlgTest |
Functions | |
| TEST_F (GaugeAlgTest, Generation) | |
| TEST_F (GaugeAlgTest, Landau_Overrelaxation) | |
| TEST_F (GaugeAlgTest, Coulomb_Overrelaxation) | |
| TEST_F (GaugeAlgTest, Landau_FFT) | |
| TEST_F (GaugeAlgTest, Coulomb_FFT) | |
| int | main (int argc, char **argv) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 247 of file gauge_alg_test.cpp.
| TEST_F | ( | GaugeAlgTest | , |
| Coulomb_FFT | |||
| ) |
Definition at line 236 of file gauge_alg_test.cpp.
| TEST_F | ( | GaugeAlgTest | , |
| Coulomb_Overrelaxation | |||
| ) |
Definition at line 215 of file gauge_alg_test.cpp.
| TEST_F | ( | GaugeAlgTest | , |
| Generation | |||
| ) |
Definition at line 194 of file gauge_alg_test.cpp.
| TEST_F | ( | GaugeAlgTest | , |
| Landau_FFT | |||
| ) |
Definition at line 225 of file gauge_alg_test.cpp.
| TEST_F | ( | GaugeAlgTest | , |
| Landau_Overrelaxation | |||
| ) |
Definition at line 205 of file gauge_alg_test.cpp.