ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include "config/config.hpp"
#include "magnetostatics/dp3m.hpp"
#include "p3m/common.hpp"
#include "p3m/data_struct.hpp"
#include "p3m/interpolation.hpp"
#include "ParticleRange.hpp"
#include <utils/Vector.hpp>
#include <memory>
#include <stdexcept>
#include <type_traits>
#include <utility>
#include <vector>
Go to the source code of this file.
Classes | |
struct | p3m_data_struct_dipoles< FloatType > |
struct | DipolarP3MImpl< FloatType, Architecture > |
Functions | |
template<typename FloatType , Arch Architecture, template< typename > class FFTBackendImpl, template< typename > class P3MFFTMeshImpl, class... Args> | |
std::shared_ptr< DipolarP3M > | new_dp3m_handle (P3MParameters &&p3m, Args &&...args) |
std::shared_ptr< DipolarP3M > new_dp3m_handle | ( | P3MParameters && | p3m, |
Args &&... | args | ||
) |
Definition at line 147 of file dp3m.impl.hpp.