ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include <utils/Vector.hpp>
#include <utils/serialization/optional.hpp>
#include <boost/mpi/collectives/gather.hpp>
#include <boost/mpi/collectives/scatter.hpp>
#include <boost/mpi/communicator.hpp>
#include <boost/multi_array.hpp>
#include <boost/serialization/vector.hpp>
#include <algorithm>
#include <functional>
#include <optional>
#include <stdexcept>
#include <tuple>
#include <type_traits>
#include <vector>
Go to the source code of this file.
Namespaces | |
namespace | ScriptInterface |
namespace | ScriptInterface::walberla |
Functions | |
auto | ScriptInterface::walberla::gather_slices_topology (boost::mpi::communicator const &comm, Utils::Vector3i const &local_lower_corner, Utils::Vector3i const &local_upper_corner) |