Octopus
|
the basic spline datatype More...
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 |
|
private |
Min. and max. values of the radial grid defining the spline.
Definition at line 158 of file splines.F90.
|
private |
Definition at line 159 of file splines.F90.
|
private |
Definition at line 159 of file splines.F90.
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.