DFT-FE 1.1.0-pre
Density Functional Theory With Finite-Elements
|
#include <interpolation.h>
Go to the source code of this file.
Namespaces | |
namespace | dftfe |
namespace | dftfe::sphericalHarmonicUtils |
Functions | |
void | dftfe::sphericalHarmonicUtils::getRadialFunctionVal (const double radialCoordinate, double &splineVal, const alglib::spline1dinterpolant *spline) |
void | dftfe::sphericalHarmonicUtils::getSphericalHarmonicVal (const double theta, const double phi, const int l, const int m, double &sphericalHarmonicVal) |
void | dftfe::sphericalHarmonicUtils::convertCartesianToSpherical (double *x, double &r, double &theta, double &phi) |