
Public Member Functions | |
| abstract double | eval_V (double psi, double T) |
| Evaluates the potential term. | |
| abstract double | eval_dVdpsi (double psi, double T) |
| Evaluates the derivative of the potential. | |
Static Public Member Functions | |
| static ScalarPotential | create (String str, Parameters p) throws IllegalArgumentException |
| Creates a scalar potential. | |
| abstract double gridripper::phys::scalar::ScalarPotential::eval_V | ( | double | psi, | |
| double | 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.
| abstract double gridripper::phys::scalar::ScalarPotential::eval_dVdpsi | ( | double | psi, | |
| double | 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.
| static ScalarPotential gridripper::phys::scalar::ScalarPotential::create | ( | String | str, | |
| Parameters | p | |||
| ) | throws IllegalArgumentException [inline, static] |
1.5.6