ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include "config/config.hpp"
#include "electrostatics/p3m.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>
Go to the source code of this file.
Classes | |
struct | p3m_data_struct_coulomb< FloatType > |
struct | CoulombP3MImpl< FloatType, Architecture > |
Functions | |
template<typename FloatType , Arch Architecture, template< typename > class FFTBackendImpl, template< typename > class P3MFFTMeshImpl, class... Args> | |
std::shared_ptr< CoulombP3M > | new_p3m_handle (P3MParameters &&p3m, Args &&...args) |
std::shared_ptr< CoulombP3M > new_p3m_handle | ( | P3MParameters && | p3m, |
Args &&... | args | ||
) |
Definition at line 189 of file p3m.impl.hpp.