| 
    Molecular Dynamics Simulation
    1.0
    
   | 
 
Struct to specify the type of the particle container as LinkedCellsType (needs domain_size and cutoff_radius) More...
#include <SimulationParams.h>

Public Member Functions | |
| LinkedCellsType ()=delete | |
| LinkedCellsType (const std::array< double, 3 > &domain_size, double cutoff_radius, const std::array< LinkedCellsContainer::BoundaryCondition, 6 > &boundary_conditions) | |
| operator std::string () const | |
Public Attributes | |
| std::array< double, 3 > | domain_size | 
| double | cutoff_radius | 
| std::array< LinkedCellsContainer::BoundaryCondition, 6 > | boundary_conditions | 
Struct to specify the type of the particle container as LinkedCellsType (needs domain_size and cutoff_radius)
Definition at line 34 of file SimulationParams.h.
      
  | 
  delete | 
      
  | 
  inline | 
Definition at line 40 of file SimulationParams.h.
      
  | 
  inlineexplicit | 
Definition at line 44 of file SimulationParams.h.
| std::array<LinkedCellsContainer::BoundaryCondition, 6> SimulationParams::LinkedCellsType::boundary_conditions | 
Definition at line 37 of file SimulationParams.h.
| double SimulationParams::LinkedCellsType::cutoff_radius | 
Definition at line 36 of file SimulationParams.h.
| std::array<double, 3> SimulationParams::LinkedCellsType::domain_size | 
Definition at line 35 of file SimulationParams.h.