ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
Loading...
Searching...
No Matches
p3m.impl.hpp File Reference
#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>
+ Include dependency graph for p3m.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_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< CoulombP3Mnew_p3m_handle (P3MParameters &&p3m, Args &&...args)
 

Function Documentation

◆ new_p3m_handle()

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 
)

Definition at line 189 of file p3m.impl.hpp.