|
| enum | OBJECTIVE_TYPE { OBJECTIVE_INVALID = 0,
OBJECTIVE_CIRCLE,
OBJECTIVE_T
} |
| |
|
|
| CurveTracer (AbstractState *AS, double p0, double T0) |
| |
|
void | init () |
| |
|
virtual double | objective (void)=0 |
| |
|
virtual double | starting_direction () |
| |
|
double | call (double t) |
| |
|
void | TPcoords (double t, double lnT, double lnp, double &T, double &p) |
| |
|
void | trace (std::vector< double > &T, std::vector< double > &p) |
| |
| virtual bool | input_not_in_range (double x) |
| | /brief A function for checking whether the input is in range; More...
|
| |
|
|
AbstractState * | AS |
| |
|
double | p0 |
| |
|
double | T0 |
| |
|
double | lnT |
| |
|
double | lnp |
| |
|
double | rho_guess |
| |
|
std::vector< double > | T |
| |
|
std::vector< double > | p |
| |
|
OBJECTIVE_TYPE | obj |
| |
|
int | errcode |
| |
|
std::string | errstring |
| |
|
Dictionary | options |
| |
|
int | iter |
| |
|
int | verbosity = 0 |
| |
The documentation for this class was generated from the following file: