container for the actual switching function used by PLMD::SwitchingFunction
More...
#include <SwitchingFunction.h>
container for the actual switching function used by PLMD::SwitchingFunction
◆ baseSwitch()
PLMD::switchContainers::baseSwitch::baseSwitch |
( |
double |
D0, |
|
|
double |
DMAX, |
|
|
double |
R0, |
|
|
std::string_view |
name |
|
) |
| |
◆ ~baseSwitch()
PLMD::switchContainers::baseSwitch::~baseSwitch |
( |
| ) |
|
|
virtualdefault |
◆ calculate()
double PLMD::switchContainers::baseSwitch::calculate |
( |
double |
distance, |
|
|
double & |
dfunc |
|
) |
| const |
|
virtual |
◆ calculateSqr()
double PLMD::switchContainers::baseSwitch::calculateSqr |
( |
double |
distance2, |
|
|
double & |
dfunc |
|
) |
| const |
|
virtual |
◆ description()
std::string PLMD::switchContainers::baseSwitch::description |
( |
| ) |
const |
◆ function()
virtual double PLMD::switchContainers::baseSwitch::function |
( |
double |
rdist, |
|
|
double & |
dfunc |
|
) |
| const |
|
protectedpure virtual |
Implemented in PLMD::switchContainers::rational< isFast, nis2m >, PLMD::switchContainers::fixedRational< N,, >, PLMD::switchContainers::leptonSwitch, PLMD::switchContainers::nativeqSwitch, PLMD::switchContainers::cosinusSwitch, PLMD::switchContainers::tanhSwitch, PLMD::switchContainers::cubicSwitch, PLMD::switchContainers::smapSwitch, PLMD::switchContainers::fastGaussianSwitch, PLMD::switchContainers::gaussianSwitch, and PLMD::switchContainers::exponentialSwitch.
◆ get_d0()
double PLMD::switchContainers::baseSwitch::get_d0 |
( |
| ) |
const |
◆ get_dmax()
double PLMD::switchContainers::baseSwitch::get_dmax |
( |
| ) |
const |
◆ get_dmax2()
double PLMD::switchContainers::baseSwitch::get_dmax2 |
( |
| ) |
const |
◆ get_r0()
double PLMD::switchContainers::baseSwitch::get_r0 |
( |
| ) |
const |
◆ removeStretch()
void PLMD::switchContainers::baseSwitch::removeStretch |
( |
| ) |
|
◆ setupStretch()
void PLMD::switchContainers::baseSwitch::setupStretch |
( |
| ) |
|
◆ specificDescription()
std::string PLMD::switchContainers::baseSwitch::specificDescription |
( |
| ) |
const |
|
protectedvirtual |
◆ d0
double PLMD::switchContainers::baseSwitch::d0 =0.0 |
|
protected |
Minimum distance (before this, function is one)
◆ dmax
double PLMD::switchContainers::baseSwitch::dmax =0.0 |
|
protected |
Maximum distance (after this, function is zero)
◆ dmax_2
double PLMD::switchContainers::baseSwitch::dmax_2 =0.0 |
|
protected |
◆ invr0
double PLMD::switchContainers::baseSwitch::invr0 =0.0 |
|
protected |
We store the inverse to avoid a division.
◆ invr0_2
double PLMD::switchContainers::baseSwitch::invr0_2 =0.0 |
|
protected |
◆ mytype
std::string PLMD::switchContainers::baseSwitch::mytype |
|
protected |
◆ shift
double PLMD::switchContainers::baseSwitch::shift =0.0 |
|
protected |
◆ stretch
double PLMD::switchContainers::baseSwitch::stretch =1.0 |
|
protected |
Parameters for stretching the function to zero at d_max.
The documentation for this class was generated from the following files: