DFT-EFE
 
Loading...
Searching...
No Matches
dftefe::atoms::SphericalHarmonicFunctions Class Reference

#include <SphericalHarmonicFunctions.h>

Public Member Functions

 SphericalHarmonicFunctions (const bool isAssocLegendreSplineEval=true)
 
 ~SphericalHarmonicFunctions ()=default
 
double Plm (const int l, const int m, const double theta) const
 
double dPlmDTheta (const int l, const int m, const double theta) const
 
double d2PlmDTheta2 (const int l, const int m, const double theta) const
 

Private Attributes

std::vector< std::vector< std::shared_ptr< const utils::Spline > > > d_assocLegendreSpline
 
bool d_isAssocLegendreSplineEval
 

Constructor & Destructor Documentation

◆ SphericalHarmonicFunctions()

dftefe::atoms::SphericalHarmonicFunctions::SphericalHarmonicFunctions ( const bool  isAssocLegendreSplineEval = true)
Here is the call graph for this function:

◆ ~SphericalHarmonicFunctions()

dftefe::atoms::SphericalHarmonicFunctions::~SphericalHarmonicFunctions ( )
default

Member Function Documentation

◆ d2PlmDTheta2()

double dftefe::atoms::SphericalHarmonicFunctions::d2PlmDTheta2 ( const int  l,
const int  m,
const double  theta 
) const
Here is the call graph for this function:
Here is the caller graph for this function:

◆ dPlmDTheta()

double dftefe::atoms::SphericalHarmonicFunctions::dPlmDTheta ( const int  l,
const int  m,
const double  theta 
) const
Here is the call graph for this function:
Here is the caller graph for this function:

◆ Plm()

double dftefe::atoms::SphericalHarmonicFunctions::Plm ( const int  l,
const int  m,
const double  theta 
) const
Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ d_assocLegendreSpline

std::vector<std::vector<std::shared_ptr<const utils::Spline> > > dftefe::atoms::SphericalHarmonicFunctions::d_assocLegendreSpline
private

◆ d_isAssocLegendreSplineEval

bool dftefe::atoms::SphericalHarmonicFunctions::d_isAssocLegendreSplineEval
private

The documentation for this class was generated from the following files: