ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
Loading...
Searching...
No Matches
CellSystem.cpp File Reference
#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 <boost/variant.hpp>
#include <algorithm>
#include <cassert>
#include <iterator>
#include <optional>
#include <set>
#include <sstream>
#include <stdexcept>
#include <string>
#include <unordered_map>
#include <utility>
#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)
 

Function Documentation

◆ coord()

static int coord ( std::string const &  s)
static

◆ coord_letter()

static std::string coord_letter ( int  c)
static

Definition at line 66 of file CellSystem.cpp.

Referenced by ScriptInterface::CellSystem::CellSystem::CellSystem().