|
MolSim
|
Configurable program and simulation arguments. More...
#include "CellUtils.h"#include <array>#include <bitset>#include <cmath>#include <iostream>#include <limits>#include <sstream>#include <string>Go to the source code of this file.
Classes | |
| struct | Arguments |
| Struct containing each option configurable via command line arguments. More... | |
Enumerations | |
| enum class | WriterType { VTK , XYZ , NIL } |
| Enum containing each (valid) type of output writer. More... | |
| enum class | SimulationType { GRAVITY , LJ } |
| Enum containg each possible Simulation to be performed. More... | |
| enum class | ParallelizationType { COARSE , FINE } |
| Enum containing each possible parallelization strategy. More... | |
Functions | |
| static std::ostream & | operator<< (std::ostream &stream, const Arguments &args) |
| Overload of the << operator for passing an Arguments struct to an output stream. | |
Configurable program and simulation arguments.
|
strong |
|
strong |
Enum containg each possible Simulation to be performed.
| Enumerator | |
|---|---|
| GRAVITY | |
| LJ | |
|
strong |
|
inlinestatic |