![]() |
ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include <config/config.hpp>#include "magnetostatics/dp3m.hpp"#include "ParticleRange.hpp"#include "communication.hpp"#include "p3m/FFTBackendLegacy.hpp"#include "p3m/FFTBuffersLegacy.hpp"#include "p3m/common.hpp"#include "p3m/data_struct.hpp"#include "p3m/interpolation.hpp"#include <utils/Vector.hpp>#include <Kokkos_Core.hpp>#include <omp.h>#include <complex>#include <cstddef>#include <memory>#include <optional>#include <stdexcept>#include <type_traits>#include <utility>#include <vector>
Include dependency graph for dp3m_heffte.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | DipolarP3MState< FloatType, FFTConfig > |
| Base class for the magnetostatics P3M algorithm. More... | |
| struct | DipolarP3MHeffte< FloatType, Architecture, FFTConfig > |
Macros | |
| #define | ESPRESSO_DP3M_HEFFTE_CROSS_CHECKS |
| #define ESPRESSO_DP3M_HEFFTE_CROSS_CHECKS |
Definition at line 55 of file dp3m_heffte.hpp.