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 42 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 44 of file interpolation.hpp.

Referenced by p3m_interpolation_cache::load(), p3m_calculate_interpolation_weights(), and p3m_interpolation_cache::store().

◆ w_x

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

◆ w_y

◆ w_z


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