ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
Loading...
Searching...
No Matches
InterpolationWeights< cao > Struct Template Reference

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
 

Detailed Description

template<int cao>
struct InterpolationWeights< cao >

Interpolation weights for one point.

Interpolation weights and grid offset for one point.

Template Parameters
caoInterpolation order.

Definition at line 49 of file interpolation.hpp.

Member Data Documentation

◆ ind

template<int cao>
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().

◆ w_x

template<int cao>
Utils::Array<double, cao> InterpolationWeights< cao >::w_x

Weights for the directions.

Definition at line 53 of file interpolation.hpp.

◆ w_y

template<int cao>
Utils::Array<double, cao> InterpolationWeights< cao >::w_y

Definition at line 53 of file interpolation.hpp.

◆ w_z

template<int cao>
Utils::Array<double, cao> InterpolationWeights< cao >::w_z

Definition at line 53 of file interpolation.hpp.


The documentation for this struct was generated from the following file: