#include <poissonBoltzmann.h>
Static Public Attributes |
|
static const String | NONE |
Do not perform any
smoothing. |
|
static const String | UNIFORM |
Uniform smoothing. |
|
static const String | HARMONIC |
Harmonic smoothing. |
To increase the accuracy of a FDPB calculation it prooved advantageous to smooth the discrete values for the dielectric constant on the grid. We recommend the use of harmonic smoothing (which happens to be the default Default::dielectric_smoothing).
const String
BALL::FDPB::FDPB::DielectricSmoothing::HARMONIC
[static] |
Harmonic smoothing.
This method assigns the harmonic average of the point's value and its 26 next grid neighbours to the grid point:
const String
BALL::FDPB::FDPB::DielectricSmoothing::UNIFORM
[static] |
Uniform smoothing.
This method assigns the arithmetic average of the point's value and its 26 next grid neighbours to the grid point: