Public Member Functions | |
SineGordon (String str, Parameters p) | |
Constructs a potential term. | |
double | eval_V (double psi, double T) |
Evaluates the potential term. | |
double | eval_dVdpsi (double psi, double T) |
Evaluates the derivative of the potential. |
gridripper::phys::scalar::SineGordon::SineGordon | ( | String | str, | |
Parameters | p | |||
) | [inline] |
Constructs a potential term.
str | the parameter string containing "m=..." | |
p | parameters |
double gridripper::phys::scalar::SineGordon::eval_V | ( | double | psi, | |
double | T | |||
) | [inline, virtual] |
Evaluates the potential term.
psi | the scalar field | |
T | effective temperature (unused here) |
Implements gridripper::phys::scalar::ScalarPotential.
double gridripper::phys::scalar::SineGordon::eval_dVdpsi | ( | double | psi, | |
double | T | |||
) | [inline, virtual] |
Evaluates the derivative of the potential.
psi | the scalar field | |
T | effective temperature (unused here) |
Implements gridripper::phys::scalar::ScalarPotential.