![]() |
ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
Interpolation weights for one point. More...
#include <interpolation.hpp>
Collaboration diagram for InterpolationWeights< cao >: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 49 of file interpolation.hpp.
| int InterpolationWeights< cao >::ind |
Linear index of the corner of the interpolation cube.
Definition at line 51 of file interpolation.hpp.
Referenced by p3m_calculate_interpolation_weights().
| Utils::Array<double, cao> InterpolationWeights< cao >::w_x |
Weights for the directions.
Definition at line 53 of file interpolation.hpp.
| Utils::Array<double, cao> InterpolationWeights< cao >::w_y |
Definition at line 53 of file interpolation.hpp.
| Utils::Array<double, cao> InterpolationWeights< cao >::w_z |
Definition at line 53 of file interpolation.hpp.