35 double V(
double r)
override;
36 double dVdr(
double r)
override;
37 double d2Vdr2(
double r)
override;
void Read(IOSectionClass &in) override
void Write(IOSectionClass &out) override
double d2Vdr2(double r) override
The CubicSplineCommon class is a third-order spline representation of a function. ...
This class stores a tabulated potential and interpolates the data with a cubic spline.
CubicSplineCommon Spline
This stores.
Potential * Vouter
This is an optionally set potential that kicks in outside the maximum value of the grid point...
Wrapper class for IOTreeClass that gives a nearly identical interface as the OutputSectionClass.
double dVdr(double r) override
double V(double r) override