ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include "config/config.hpp"
#include "magnetostatics/scafacos.hpp"
#include "magnetostatics/scafacos_impl.hpp"
#include "BoxGeometry.hpp"
#include "cell_system/CellStructure.hpp"
#include "communication.hpp"
#include "system/System.hpp"
#include <utils/Vector.hpp>
#include <utils/matrix.hpp>
#include <cassert>
#include <iterator>
#include <memory>
#include <span>
#include <string>
Go to the source code of this file.
Functions | |
std::shared_ptr< DipolarScafacos > | make_dipolar_scafacos (std::string const &method, std::string const ¶meters) |
std::shared_ptr< DipolarScafacos > make_dipolar_scafacos | ( | std::string const & | method, |
std::string const & | parameters | ||
) |
Definition at line 44 of file magnetostatics/scafacos_impl.cpp.
References comm_cart.
Referenced by ScriptInterface::Dipoles::DipolarScafacos::do_construct().