Welcome to CUDA DSMC’s documentation!

Contents:

main.cpp

Main code.

More detailed description Copyright 2017 Christopher Watkins

Functions

int main(int argc, char const *argv[])

Calls the function to fill a zomplex2 array of aligned spins on the host or device with a mean projection of 1.

Return
void
Parameters
  • num_atoms: Number of atoms in the thermal gas.
  • params: (TODO).
  • *pos: Pointer to a double3 host or device array of length num_atoms.
  • *zomplex2: Pointer to a zomplex2 host or device array of length num_atoms.
Exceptions
  • not: yet.

Variables

const std::strin kPathToLogFile = "/tmp/"

String with path to log file.

More.

const std::strin kLogfilename = "cuda_dsmc"

String with path to log file.

More.

Indices and tables