1D interpolation struct.  
 More...
#include <linint.h>
1D interpolation struct. 
Definition at line 21 of file linint.h.
 
◆ n_x
number of x grid points 
Definition at line 22 of file linint.h.
 
 
◆ bc_x
boundary condition for x coordinate 
Definition at line 23 of file linint.h.
 
 
◆ x_min
      
        
          | real linint1D_data::x_min | 
        
      
 
minimum x coordinate in the grid 
Definition at line 24 of file linint.h.
 
 
◆ x_max
      
        
          | real linint1D_data::x_max | 
        
      
 
maximum x coordinate in the grid 
Definition at line 25 of file linint.h.
 
 
◆ x_grid
      
        
          | real linint1D_data::x_grid | 
        
      
 
interval between two adjacent points in x grid 
Definition at line 26 of file linint.h.
 
 
pointer to array with interpolant values 
Definition at line 27 of file linint.h.
 
 
The documentation for this struct was generated from the following file: