ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
Interpolation weights for one point. More...
#include <interpolation.hpp>
Public Attributes | |
int | ind |
Linear index of the corner of the interpolation cube. | |
Utils::Array< double, cao > | w_x |
Weights for the directions. | |
Utils::Array< double, cao > | w_y |
Utils::Array< double, cao > | w_z |
Interpolation weights for one point.
Interpolation weights and grid offset for one point.
cao | Interpolation order. |
Definition at line 42 of file interpolation.hpp.
int InterpolationWeights< cao >::ind |
Linear index of the corner of the interpolation cube.
Definition at line 44 of file interpolation.hpp.
Referenced by p3m_interpolation_cache::load(), p3m_calculate_interpolation_weights(), and p3m_interpolation_cache::store().
Utils::Array<double, cao> InterpolationWeights< cao >::w_x |
Weights for the directions.
Definition at line 46 of file interpolation.hpp.
Referenced by p3m_interpolation_cache::load(), p3m_calculate_interpolation_weights(), and p3m_interpolation_cache::store().
Utils::Array<double, cao> InterpolationWeights< cao >::w_y |
Definition at line 46 of file interpolation.hpp.
Referenced by p3m_interpolation_cache::load(), p3m_calculate_interpolation_weights(), and p3m_interpolation_cache::store().
Utils::Array<double, cao> InterpolationWeights< cao >::w_z |
Definition at line 46 of file interpolation.hpp.
Referenced by p3m_interpolation_cache::load(), p3m_calculate_interpolation_weights(), and p3m_interpolation_cache::store().