|
| SaLSA (const Everything &e, const FluidSolverParams &fsp) |
| Parameters same as createFluidSolver()
|
|
bool | prefersGummel () const |
| Specify whether fluid prefers a gummel loop (true) or is minimized each time (false)
|
|
ScalarFieldTilde | chi (const ScalarFieldTilde &) const |
| Apply the non-local chi (i.e. compute induced charge density given a potential)
|
|
ScalarFieldTilde | hessian (const ScalarFieldTilde &) const |
| Implements LinearSolvable::hessian for the non-local poisson-like equation.
|
|
ScalarFieldTilde | precondition (const ScalarFieldTilde &) const |
| Implements a modified inverse kinetic preconditioner.
|
|
double | sync (double x) const |
| All processes minimize together; make sure scalars are in sync to round-off error.
|
|
void | minimizeFluid () |
| Converge using linear conjugate gradients.
|
|
void | loadState (const char *filename) |
| Load state from file.
|
|
void | saveState (const char *filename) const |
| Save state to file.
|
|
void | dumpDensities (const char *filenamePattern) const |
| dump cavity shape functions
|
|
| PCM (const Everything &e, const FluidSolverParams &fsp) |
|
void | dumpDebug (const char *filenamePattern) const |
| generate fluidDebug text file with common info to all PCMs
|
|
| FluidSolver (const Everything &e, const FluidSolverParams &fsp) |
| Any non-electrostatic contributions to A_rhoExplicitTilde (removed from dumped d_fluid / d_tot) More...
|
|
double | ionWidthMuCorrection () const |
| correction to electron chemical potential due to finite ion width in fluid interaction
|
|
bool | useGummel () const |
|
void | set (const ScalarFieldTilde &rhoExplicitTilde, const ScalarFieldTilde &nCavityTilde) |
|
double | get_Adiel_and_grad (ScalarFieldTilde *Adiel_rhoExplicitTilde=0, ScalarFieldTilde *Adiel_nCavityTilde=0, IonicGradient *extraForces=0, matrix3<> *Adiel_RRT=0) const |
|
void | getSusceptibility (const std::vector< complex > &omega, std::vector< SusceptibilityTerm > &susceptibility, ScalarFieldTildeArray &sTilde, bool elecOnly) const |
| Get susceptibility for a list of specified (complex) frequencies.
|
|
virtual double | bulkPotential () |
|
int | solve (const ScalarFieldTilde &rhs, const MinimizeParams ¶ms) |
|
|
void | set_internal (const ScalarFieldTilde &rhoExplicitTilde, const ScalarFieldTilde &nCavityTilde) |
| Fluid-dependent implementation of set()
|
|
double | get_Adiel_and_grad_internal (ScalarFieldTilde &grad_rhoExplicitTilde, ScalarFieldTilde &grad_nCavityTilde, IonicGradient *extraForces, matrix3<> *Adiel_RRT) const |
| Fluid-dependent implementation of get_Adiel_and_grad()
|
|
void | getSusceptibility_internal (const std::vector< complex > &omega, std::vector< SusceptibilityTerm > &susceptibility, ScalarFieldArray &sArr, bool elecOnly) const |
| Fluid-dependent implementation of getSusceptibility()
|
|
virtual void | printDebug (FILE *fp) const |
| over-ride to get extra PCM-specific output in fluidDebug text file
|
|
void | updateCavity () |
| update shape function(s) from nCavity, and energies dependent upon shape alone
|
|
void | propagateCavityGradients (const ScalarFieldArray &A_shape, ScalarField &A_nCavity, ScalarFieldTilde &A_rhoExplicitTilde, IonicGradient *forces, matrix3<> *Adiel_RRT) const |
|
void | accumExtraForces (IonicGradient *forces, const ScalarFieldTilde &A_nCavityTilde) const |
| Accumulate extra fluid forces (vdw and full-core forces, when applicable)
|
|
ScalarFieldTilde | getFullCore () const |
| get full core correction for PCM variants that need them
|
|
Nonlocal SaLSA [37] solvation model implementation (electrostatic part)