#include <poissonBoltzmann.h>
Static Public Attributes |
|
static const String | ZERO |
Boundary condition zero: boundary points have zero
potential. |
|
static const String | DEBYE |
Boundary condition Debye: potential at boundary points
is estimated using Debye Hueckel theory. |
|
static const String | COULOMB |
Boundary condition Coulomb: potential at boundary
points is estimated using coulomb's law. |
|
static const String | DIPOLE |
Boundary condition Dipole: potential is estimated via
dipole potentials. |
|
static const String | FOCUSING |
Boundary condition Focusing: potential is estimated via
a larger but coarser grid. |
const String
BALL::FDPB::FDPB::Boundary::DEBYE
[static] |
Boundary condition Debye: potential at boundary points is estimated using Debye Hueckel theory.
The Potential at each point of the grid boundary is estimated as the Debye Hueckel potential according to the following formula:
This options tends to become very slow for large grids.
const String
BALL::FDPB::FDPB::Boundary::FOCUSING
[static] |
Boundary condition Focusing: potential is estimated via a larger but coarser grid.
Focusing calculates a larger grid (double extension in each direction) centered on the final grid with a four times the spacing of the final grid. Focusing also assigns an estimate of the electrostatic potential to each grid point in the final grid, thus acceleratingthe convergence.