ergo
|
#include <functionals.h>
Public Attributes | |
const char * | name |
IsGGAFunc | is_gga |
ReadInputFunc | read |
ReportFunc | report |
EnergyFunc | func |
FirstOrderFun | first |
SecondOrderFun | second |
ThirdOrderFun | third |
FourthOrderFun | fourth |
FirstOrderFun Functional_::first |
Referenced by cam_first(), gga_first(), and test_derivatives().
FourthOrderFun Functional_::fourth |
Referenced by cam_fourth(), gga_fourth(), and test_derivatives().
EnergyFunc Functional_::func |
Referenced by cam_energy(), cam_first(), cam_fourth(), cam_second(), cam_third(), gga_energy(), and test_derivatives().
IsGGAFunc Functional_::is_gga |
Referenced by dft_integrator_bl_new(), and gga_isgga().
const char* Functional_::name |
Referenced by cam_report(), gga_report(), and test_derivatives().
ReadInputFunc Functional_::read |
Referenced by main().
ReportFunc Functional_::report |
Referenced by main().
SecondOrderFun Functional_::second |
Referenced by cam_second(), gga_second(), and test_derivatives().
ThirdOrderFun Functional_::third |
Referenced by cam_third(), gga_third(), and test_derivatives().