#include <SineGordon.h>
Public Member Functions | |
SineGordon (const string &str, const Parameters &p) throw (IllegalArgumentException&) | |
Constructs a potential term. | |
GReal_t | eval_V (GReal_t psi, GReal_t T) |
Evaluates the potential term. | |
GReal_t | eval_dVdpsi (GReal_t psi, GReal_t T) |
Evaluates the derivative of the potential. |
gridripper::phys::scalar::SineGordon::SineGordon | ( | const string & | str, | |
const Parameters & | p | |||
) | throw (IllegalArgumentException&) |
Constructs a potential term.
str | the parameter string containing "m=..." | |
p | parameters |
Evaluates the potential term.
psi | the scalar field | |
T | effective temperature (unused here) |
Implements gridripper::phys::scalar::ScalarPotential.
GReal_t gridripper::phys::scalar::SineGordon::eval_dVdpsi | ( | GReal_t | psi, | |
GReal_t | T | |||
) | [inline, virtual] |
Evaluates the derivative of the potential.
psi | the scalar field | |
T | effective temperature (unused here) |
Implements gridripper::phys::scalar::ScalarPotential.