Octopus
splines_oct_m::spline_t Type Reference

the basic spline datatype More...

Detailed Description

the basic spline datatype

Definition at line 156 of file splines.F90.

Public Attributes

real(real64), public x_threshold
 Largest value of x for which the spline values are above the threshold. More...
 

Private Attributes

real(real64), dimension(2) x_limit
 Min. and max. values of the radial grid defining the spline. More...
 
type(c_ptr) spl
 
type(c_ptr) acc
 

Member Data Documentation

◆ x_limit

real(real64), dimension(2) splines_oct_m::spline_t::x_limit
private

Min. and max. values of the radial grid defining the spline.

Definition at line 158 of file splines.F90.

◆ spl

type(c_ptr) splines_oct_m::spline_t::spl
private

Definition at line 159 of file splines.F90.

◆ acc

type(c_ptr) splines_oct_m::spline_t::acc
private

Definition at line 159 of file splines.F90.

◆ x_threshold

real(real64), public splines_oct_m::spline_t::x_threshold

Largest value of x for which the spline values are above the threshold.

Definition at line 160 of file splines.F90.


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