|
Molecular Dynamics
v0.4
Project for the Practical hosted by the Scientific Computing Chair
|
Classes | |
| struct | BoundarySet |
| struct | DirectSumSimulationParameters |
| struct | LinkedCellsSimulationParameters |
| struct | Cuboid |
| struct | Disc |
| struct | Sphere |
| struct | ParticleType |
| struct | ThermostatParameters |
| struct | MembraneParameters |
| struct | SimulationSettings |
Enumerations | |
| enum class | Side { front , right , back , left , top , bottom } |
| enum class | TypeOfForce { gravity , lennardJonesForce , invalid } |
| enum class | TypeOfModel { directSum , linkedCells , invalid } |
| enum class | BoundaryCondition { outflow , reflective , periodic , invalid } |
| enum class | TypeOfThermostat { defaultThermostat , flowThermostat } |
| enum class | ParallelizationStrategy { none , linear , skipping , reduction } |
Functions | |
| TypeOfForce | setForce (const std::string &selectedForce) |
| Convert string selection to enum value. More... | |
| std::string | getForce (TypeOfForce &force) |
| Convert enum value to string. More... | |
| TypeOfModel | setModel (const std::string &selectedModel) |
| Convert string selection to corresponding enum value. More... | |
| std::string | getModel (TypeOfModel &model) |
| Convert enum value to string. More... | |
| BoundaryCondition | setBoundaryCondition (const std::string &selectedBoundaryCondition) |
| Convert string selection to corresponding enum value. More... | |
| std::string | getBoundaryCondition (BoundaryCondition &boundaryCondition) |
| Convert enum value to string. More... | |
| TypeOfThermostat | setTypeOfThermostat (const std::string &typeOfThermostat) |
| Convert string selection to corresponding enum value. More... | |
| ParallelizationStrategy | setTypeOfParallelizationStrategy (const std::string &typeOfParallelizationStrategy) |
| Convert string selection to corresponding enum value. More... | |
|
strong |
|
strong |
|
strong |
|
strong |
|
strong |
|
strong |
|
inline |
Convert enum value to string.
| boundaryCondition | Enum value to convert. |
|
inline |
Convert enum value to string.
| force | Enum value to convert. |
|
inline |
Convert enum value to string.
| model | Enum value to convert. |
|
inline |
Convert string selection to corresponding enum value.
| selectedBoundaryCondition | String to convert. |

|
inline |
Convert string selection to enum value.
| selectedForce | String to convert. |

|
inline |
Convert string selection to corresponding enum value.
| selectedModel | String to convert. |

|
inline |
Convert string selection to corresponding enum value.
| typeOfParallelizationStrategy | String to convert. |

|
inline |
Convert string selection to corresponding enum value.
| typeOfThermostat | String to convert. |
