#include <ScalarPotential.h>

Public Member Functions | |
| virtual GReal_t | eval_V (GReal_t psi, GReal_t T)=0 |
| Evaluates the potential term. | |
| virtual GReal_t | eval_dVdpsi (GReal_t psi, GReal_t T)=0 |
| Evaluates the derivative of the potential. | |
| virtual GReal_t gridripper::phys::scalar::ScalarPotential::eval_V | ( | GReal_t | psi, | |
| GReal_t | T | |||
| ) | [pure virtual] |
Evaluates the potential term.
| psi | the scalar field | |
| T | effective temperature |
Implemented in gridripper::phys::scalar::Massive, gridripper::phys::scalar::Quartic, gridripper::phys::scalar::QuarticSymmBreaking, and gridripper::phys::scalar::SineGordon.
| virtual GReal_t gridripper::phys::scalar::ScalarPotential::eval_dVdpsi | ( | GReal_t | psi, | |
| GReal_t | T | |||
| ) | [pure virtual] |
Evaluates the derivative of the potential.
| psi | the scalar field | |
| T | effective temperature |
Implemented in gridripper::phys::scalar::Massive, gridripper::phys::scalar::Quartic, gridripper::phys::scalar::QuarticSymmBreaking, and gridripper::phys::scalar::SineGordon.
1.5.6