QUDA  0.9.0
Functions
qio_field.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void read_gauge_field (const char *filename, void *gauge[], QudaPrecision prec, const int *X, int argc, char *argv[])
 
void read_spinor_field (const char *filename, void *V[], QudaPrecision precision, const int *X, int nColor, int nSpin, int Nvec, int argc, char *argv[])
 
void write_spinor_field (const char *filename, void *V[], QudaPrecision precision, const int *X, int nColor, int nSpin, int Nvec, int argc, char *argv[])
 

Function Documentation

◆ read_gauge_field()

void read_gauge_field ( const char *  filename,
void *  gauge[],
QudaPrecision  prec,
const int X,
int  argc,
char *  argv[] 
)
inline

Definition at line 12 of file qio_field.h.

References exit(), and printf().

Referenced by init(), main(), and SU3test().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ read_spinor_field()

void read_spinor_field ( const char *  filename,
void *  V[],
QudaPrecision  precision,
const int X,
int  nColor,
int  nSpin,
int  Nvec,
int  argc,
char *  argv[] 
)
inline

Definition at line 17 of file qio_field.h.

References exit(), and printf().

Referenced by quda::Deflation::loadVectors(), and quda::MG::loadVectors().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ write_spinor_field()

void write_spinor_field ( const char *  filename,
void *  V[],
QudaPrecision  precision,
const int X,
int  nColor,
int  nSpin,
int  Nvec,
int  argc,
char *  argv[] 
)
inline

Definition at line 22 of file qio_field.h.

References exit(), and printf().

Referenced by quda::Deflation::saveVectors(), and quda::MG::saveVectors().

Here is the call graph for this function:
Here is the caller graph for this function: