![]() |
ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include <interpolation.hpp>
Collaboration diagram for InterpolationWeightsView< cao >:Public Attributes | |
| int | ind |
| Linear index of the corner of the interpolation cube. | |
| std::span< double const, cao > | w_x |
| Weights for the directions. | |
| std::span< double const, cao > | w_y |
| std::span< double const, cao > | w_z |
Definition at line 56 of file interpolation.hpp.
| int InterpolationWeightsView< cao >::ind |
Linear index of the corner of the interpolation cube.
Definition at line 58 of file interpolation.hpp.
| std::span<double const, cao> InterpolationWeightsView< cao >::w_x |
Weights for the directions.
Definition at line 60 of file interpolation.hpp.
| std::span<double const, cao> InterpolationWeightsView< cao >::w_y |
Definition at line 60 of file interpolation.hpp.
| std::span<double const, cao> InterpolationWeightsView< cao >::w_z |
Definition at line 60 of file interpolation.hpp.