#include <vector>
#include <iostream>
#include <fstream>
#include <memory>
#include <utils/Point.h>
#include <sstream>
#include <utils/Spline.h>
Go to the source code of this file.
|
void | dftefe::atoms::convertCartesianToSpherical (const utils::Point &x, double &r, double &theta, double &phi, double polarAngleTolerance) |
|
void | dftefe::atoms::convertCartesianToSpherical (const std::vector< utils::Point > &points, std::vector< double > &r, std::vector< double > &theta, std::vector< double > &phi, double polarAngleTolerance) |
|
double | dftefe::atoms::Dm (const int m) |
|
double | dftefe::atoms::Clm (const int l, const int m) |
|
double | dftefe::atoms::Qm (const int m, const double phi) |
|
double | dftefe::atoms::dQmDPhi (const int m, const double phi) |
|