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

#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
 

Detailed Description

template<int cao>
struct InterpolationWeightsView< cao >

Definition at line 56 of file interpolation.hpp.

Member Data Documentation

◆ ind

template<int cao>
int InterpolationWeightsView< cao >::ind

Linear index of the corner of the interpolation cube.

Definition at line 58 of file interpolation.hpp.

◆ w_x

template<int cao>
std::span<double const, cao> InterpolationWeightsView< cao >::w_x

Weights for the directions.

Definition at line 60 of file interpolation.hpp.

◆ w_y

template<int cao>
std::span<double const, cao> InterpolationWeightsView< cao >::w_y

Definition at line 60 of file interpolation.hpp.

◆ w_z

template<int cao>
std::span<double const, cao> InterpolationWeightsView< cao >::w_z

Definition at line 60 of file interpolation.hpp.


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