#include <SphericalData.h>
|
| ~SphericalData ()=default |
|
virtual std::vector< double > | getValue (const std::vector< utils::Point > &point, const utils::Point &origin)=0 |
|
virtual std::vector< double > | getGradientValue (const std::vector< utils::Point > &point, const utils::Point &origin)=0 |
|
virtual std::vector< double > | getHessianValue (const std::vector< utils::Point > &point, const utils::Point &origin)=0 |
|
virtual double | getValue (const utils::Point &point, const utils::Point &origin)=0 |
|
virtual std::vector< double > | getGradientValue (const utils::Point &point, const utils::Point &origin)=0 |
|
virtual std::vector< double > | getHessianValue (const utils::Point &point, const utils::Point &origin)=0 |
|
virtual std::vector< double > | getRadialValue (const std::vector< double > &r)=0 |
|
virtual std::vector< double > | getAngularValue (const std::vector< double > &r, const std::vector< double > &theta, const std::vector< double > &phi)=0 |
|
virtual std::vector< double > | getRadialDerivative (const std::vector< double > &r)=0 |
|
virtual std::vector< std::vector< double > > | getAngularDerivative (const std::vector< double > &r, const std::vector< double > &theta, const std::vector< double > &phi)=0 |
|
virtual std::vector< int > | getQNumbers () const =0 |
|
virtual double | getCutoff () const =0 |
|
virtual double | getSmoothness () const =0 |
|
◆ ~SphericalData()
dftefe::atoms::SphericalData::~SphericalData |
( |
| ) |
|
|
default |
◆ getAngularDerivative()
virtual std::vector< std::vector< double > > dftefe::atoms::SphericalData::getAngularDerivative |
( |
const std::vector< double > & |
r, |
|
|
const std::vector< double > & |
theta, |
|
|
const std::vector< double > & |
phi |
|
) |
| |
|
pure virtual |
◆ getAngularValue()
virtual std::vector< double > dftefe::atoms::SphericalData::getAngularValue |
( |
const std::vector< double > & |
r, |
|
|
const std::vector< double > & |
theta, |
|
|
const std::vector< double > & |
phi |
|
) |
| |
|
pure virtual |
◆ getCutoff()
virtual double dftefe::atoms::SphericalData::getCutoff |
( |
| ) |
const |
|
pure virtual |
◆ getGradientValue() [1/2]
virtual std::vector< double > dftefe::atoms::SphericalData::getGradientValue |
( |
const std::vector< utils::Point > & |
point, |
|
|
const utils::Point & |
origin |
|
) |
| |
|
pure virtual |
◆ getGradientValue() [2/2]
virtual std::vector< double > dftefe::atoms::SphericalData::getGradientValue |
( |
const utils::Point & |
point, |
|
|
const utils::Point & |
origin |
|
) |
| |
|
pure virtual |
◆ getHessianValue() [1/2]
virtual std::vector< double > dftefe::atoms::SphericalData::getHessianValue |
( |
const std::vector< utils::Point > & |
point, |
|
|
const utils::Point & |
origin |
|
) |
| |
|
pure virtual |
◆ getHessianValue() [2/2]
virtual std::vector< double > dftefe::atoms::SphericalData::getHessianValue |
( |
const utils::Point & |
point, |
|
|
const utils::Point & |
origin |
|
) |
| |
|
pure virtual |
◆ getQNumbers()
virtual std::vector< int > dftefe::atoms::SphericalData::getQNumbers |
( |
| ) |
const |
|
pure virtual |
◆ getRadialDerivative()
virtual std::vector< double > dftefe::atoms::SphericalData::getRadialDerivative |
( |
const std::vector< double > & |
r | ) |
|
|
pure virtual |
◆ getRadialValue()
virtual std::vector< double > dftefe::atoms::SphericalData::getRadialValue |
( |
const std::vector< double > & |
r | ) |
|
|
pure virtual |
◆ getSmoothness()
virtual double dftefe::atoms::SphericalData::getSmoothness |
( |
| ) |
const |
|
pure virtual |
◆ getValue() [1/2]
virtual std::vector< double > dftefe::atoms::SphericalData::getValue |
( |
const std::vector< utils::Point > & |
point, |
|
|
const utils::Point & |
origin |
|
) |
| |
|
pure virtual |
◆ getValue() [2/2]
The documentation for this class was generated from the following file: