MADNESS 0.10.1
|
Classes | |
struct | Pow |
struct | Pow_beta_one |
struct | Reciprocal |
Public Member Functions | |
GygiPot (const realfunc &rho, const realfunc &rhot, const double &rho_0, const double &epsilon, const int &maxiter, World &world, const double Gamma) | |
double | cavitation_energy () const |
realfunc | depsilon_dr () const |
realfunc | depsilon_drho () const |
realfunc | dESP_drho (const realfunc u) const |
realfunc | dfree_drho () const |
realfunc | epsilon_rho () const |
realfunc | ESP (World &world) const |
realfunc | GuessPotential (World &world) const |
realfunc | make_surfcharge (const realfunc &u) const |
realfunc | MolecularPotential () const |
realfunc | re_epsilon_rho () const |
realfunc | V_epsilon (const realfunc &u) const |
Private Member Functions | |
realfunc | grad_rho (const realfunc &dens) const |
realfunc | ratio_rho () const |
realfunc | re_grad_rho (const realfunc &dens) const |
realfunc | re_one_plus_ratio_rho () const |
realfunc | rho_beta_one () const |
Private Attributes | |
const double & | epsilon |
const double & | Gamma |
const int & | maxiter |
const realfunc & | rho |
const double & | rho_0 |
const realfunc & | rhot |
World & | world |
Static Private Attributes | |
static const double | cutrho = 1e-8 |
|
inline |
|
inline |
References beta, Gamma, grad_rho(), madness::Function< T, NDIM >::norm2(), rho, and rho_0.
Referenced by main().
|
inline |
References depsilon_drho(), grad_rho(), and rhot.
Referenced by make_surfcharge().
|
inline |
References beta, epsilon, re_one_plus_ratio_rho(), rho_0, and rho_beta_one().
Referenced by depsilon_dr(), main(), and V_epsilon().
References u(), and V_epsilon().
Referenced by main().
|
inline |
References beta, Gamma, grad_rho(), madness::Function< T, NDIM >::norm2(), re_grad_rho(), rho, rho_0, rhot, and madness::Function< T, NDIM >::world().
Referenced by main().
|
inline |
References epsilon, ratio_rho(), and re_one_plus_ratio_rho().
Referenced by main(), and re_epsilon_rho().
References madness::CoulombOperator(), e(), GuessPotential(), make_surfcharge(), maxiter, MolecularPotential(), madness::Function< T, NDIM >::norm2(), op(), madness::print(), madness::World::rank(), madness::wall_time(), and world.
Referenced by main().
References madness::Function< T, NDIM >::world().
Referenced by cavitation_energy(), depsilon_dr(), dfree_drho(), make_surfcharge(), re_grad_rho(), and V_epsilon().
References madness::CoulombOperator(), madness::FunctionDefaults< NDIM >::get_thresh(), op(), re_epsilon_rho(), rho, and world.
Referenced by ESP().
References depsilon_dr(), grad_rho(), madness::constants::pi, re_epsilon_rho(), madness::truncate(), and u().
|
inline |
References re_epsilon_rho(), and rho.
Referenced by ESP().
|
inlineprivate |
References rho_0, rhot, and madness::Function< T, NDIM >::unaryop().
Referenced by epsilon_rho(), and re_one_plus_ratio_rho().
|
inline |
References epsilon_rho(), and madness::Function< T, NDIM >::unaryop().
Referenced by GuessPotential(), main(), make_surfcharge(), and MolecularPotential().
References grad_rho(), and madness::Function< T, NDIM >::unaryop().
Referenced by dfree_drho().
|
inlineprivate |
References ratio_rho(), and madness::Function< T, NDIM >::unaryop().
Referenced by depsilon_drho(), and epsilon_rho().
|
inlineprivate |
References rho_0, rhot, and madness::Function< T, NDIM >::unaryop().
Referenced by depsilon_drho().
References depsilon_drho(), grad_rho(), madness::constants::pi, and u().
Referenced by dESP_drho(), and main().
|
staticprivate |
Referenced by GygiPot::Pow< T, DIM >::operator()(), and GygiPot::Pow_beta_one< T, DIM >::operator()().
|
private |
Referenced by depsilon_drho(), and epsilon_rho().
|
private |
Referenced by cavitation_energy(), and dfree_drho().
|
private |
Referenced by ESP().
|
private |
Referenced by cavitation_energy(), dfree_drho(), GuessPotential(), and MolecularPotential().
|
private |
Referenced by cavitation_energy(), depsilon_drho(), dfree_drho(), ratio_rho(), and rho_beta_one().
|
private |
Referenced by depsilon_dr(), dfree_drho(), ratio_rho(), and rho_beta_one().
|
private |
Referenced by ESP(), and GuessPotential().