DFT-EFE
 
Loading...
Searching...
No Matches
SphericalHarmonicFunctions.h File Reference
#include <vector>
#include <iostream>
#include <fstream>
#include <memory>
#include <utils/Point.h>
#include <sstream>
#include <utils/Spline.h>
Include dependency graph for SphericalHarmonicFunctions.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  dftefe::atoms::SphericalHarmonicFunctions
 

Namespaces

namespace  dftefe
 dealii includes
 
namespace  dftefe::atoms
 

Functions

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)