CoMD
A Mini-app for Co-Design of Classical Molecular Dynamics.
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
InterpolationObjectSt Struct Reference

Handles interpolation of tabular data. More...

Data Fields

int n
 the number of values in the table More...
 
real_t x0
 the starting ordinate range More...
 
real_t invDx
 the inverse of the table spacing More...
 
real_tvalues
 the abscissa values More...
 

Detailed Description

Handles interpolation of tabular data.

See Also
initInterpolationObject
interpolate

Definition at line 109 of file eam.c.

Field Documentation

real_t InterpolationObjectSt::invDx

the inverse of the table spacing

Definition at line 113 of file eam.c.

int InterpolationObjectSt::n

the number of values in the table

Definition at line 111 of file eam.c.

real_t* InterpolationObjectSt::values

the abscissa values

Definition at line 114 of file eam.c.

real_t InterpolationObjectSt::x0

the starting ordinate range

Definition at line 112 of file eam.c.


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