![]() |
ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include <common.hpp>
Static Public Attributes | |
| static auto constexpr | r_space_order = RSpaceOrder |
| Data layout of the input real-space 3D matrix. | |
| static auto constexpr | k_space_order = KSpaceOrder |
| Data layout of the output k-space 3D matrix. | |
| static auto constexpr | use_r2c = UseR2C |
| Use real-to-complex implementation. | |
| static auto constexpr | r2c_dir = R2CDir |
Direction of the reduced dimension (if use_r2c is true). | |
Definition at line 318 of file p3m/common.hpp.
|
staticconstexpr |
Data layout of the output k-space 3D matrix.
Definition at line 322 of file p3m/common.hpp.
|
staticconstexpr |
Direction of the reduced dimension (if use_r2c is true).
Definition at line 326 of file p3m/common.hpp.
|
staticconstexpr |
Data layout of the input real-space 3D matrix.
Definition at line 320 of file p3m/common.hpp.
|
staticconstexpr |
Use real-to-complex implementation.
Definition at line 324 of file p3m/common.hpp.