DFT-EFE
 
Loading...
Searching...
No Matches
SphericalHarmonicFunctions.cpp File Reference
#include <cmath>
#include <utils/Exceptions.h>
#include <vector>
#include <atoms/SphericalHarmonicFunctions.h>
Include dependency graph for SphericalHarmonicFunctions.cpp:

Namespaces

namespace  dftefe
 dealii includes
 
namespace  dftefe::atoms
 
namespace  dftefe::atoms::SphericalHarmonicFunctionsInternal
 

Functions

double dftefe::atoms::SphericalHarmonicFunctionsInternal::Rlm (const int l, const int m)
 
double dftefe::atoms::SphericalHarmonicFunctionsInternal::Plm (const int l, const int m, const double x)
 
double dftefe::atoms::SphericalHarmonicFunctionsInternal::dPlmDTheta (const int l, const int m, const double theta)
 
double dftefe::atoms::SphericalHarmonicFunctionsInternal::d2PlmDTheta2 (const int l, const int m, const double theta)
 
void dftefe::atoms::SphericalHarmonicFunctionsInternal::readLegendreOutput (const std::string &filename, std::vector< double > &readTheta, std::vector< std::vector< std::vector< double > > > &data, int &lMax)
 
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::Blm (const int l, 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)