![]() |
ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include "CellSystem.hpp"#include "script_interface/ScriptInterface.hpp"#include "script_interface/particle_data/ParticleHandle.hpp"#include "script_interface/particle_data/ParticleSlice.hpp"#include "core/BoxGeometry.hpp"#include "core/bonded_interactions/bonded_interaction_data.hpp"#include "core/cell_system/CellStructure.hpp"#include "core/cell_system/HybridDecomposition.hpp"#include "core/cell_system/RegularDecomposition.hpp"#include "core/cells.hpp"#include "core/communication.hpp"#include "core/nonbonded_interactions/nonbonded_interaction_data.hpp"#include "core/particle_node.hpp"#include "core/system/System.hpp"#include "core/tuning.hpp"#include <utils/Vector.hpp>#include <utils/mpi/gather_buffer.hpp>#include <boost/mpi/collectives/gather.hpp>#include <algorithm>#include <cassert>#include <iterator>#include <optional>#include <set>#include <sstream>#include <stdexcept>#include <string>#include <unordered_map>#include <utility>#include <variant>#include <vector>
Include dependency graph for CellSystem.cpp:Go to the source code of this file.
Namespaces | |
| namespace | ScriptInterface |
| namespace | ScriptInterface::CellSystem |
Functions | |
| static int | coord (std::string const &s) |
| static std::string | coord_letter (int c) |
Definition at line 56 of file CellSystem.cpp.
Referenced by ScriptInterface::System::System::do_call_method(), BoxGeometry::get_mi_coord(), BoxGeometry::periodic(), and BoxGeometry::set_periodic().
Definition at line 66 of file CellSystem.cpp.
References stream.
Referenced by ScriptInterface::CellSystem::CellSystem::CellSystem().