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