ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
Loading...
Searching...
No Matches
dp3m.impl.hpp File Reference
#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>
+ Include dependency graph for dp3m.impl.hpp:
+ This graph shows which files directly or indirectly include this file:

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< DipolarP3Mnew_dp3m_handle (P3MParameters &&p3m, Args &&...args)
 

Function Documentation

◆ new_dp3m_handle()

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 
)

Definition at line 147 of file dp3m.impl.hpp.