|
QUDA
1.0.0
|
#include <quda_internal.h>#include <quda_matrix.h>#include <tune_quda.h>#include <gauge_field_order.h>#include <launch_kernel.cuh>#include <cub_helper.cuh>#include <fstream>
Go to the source code of this file.
Namespaces | |
| quda | |
Functions | |
| bool | quda::forceMonitor () |
| Whether we are monitoring the force or not. More... | |
| void | quda::flushForceMonitor () |
| Flush any outstanding force monitoring information. More... | |
| void | quda::forceRecord (double2 &force, double dt, const char *fname) |
| double | quda::computeMomAction (const GaugeField &mom) |
| Compute and return global the momentum action 1/2 mom^2. More... | |
| void | quda::updateMomentum (GaugeField &mom, double coeff, GaugeField &force, const char *fname) |
| void | quda::applyU (GaugeField &force, GaugeField &U) |
Variables | |
| static std::stringstream | quda::force_stream |
| static long long | quda::force_count = 0 |
| static long long | quda::force_flush = 1000 |
1.8.13