Classes | |
class | TInterface |
Base class for all interfaces to a SPARK::TVariable object. Read and write methods for the current values are provided as protected methods to can be used in the derived classes to implement the proper behavior for each type of interface. More... | |
Functions | |
double | ComputeScale (double tol, double atol, double value) |
Computes scale for a problem variable using the relative tolerance tol and the absolute tolerance atol . | |
void | Write (std::ostream &os, const SPARK::TVariable &variable) |
Writes out to the stream os the name and unit of the SPARK::TVariable object. | |
void | WriteMatchedObject (std::ostream &os, const SPARK::TVariable &variable, const std::string &before) |
Write argument list of evaluate callback for object associated with variable if any. |
|
Computes scale for a problem variable using the relative tolerance
|
|
Writes out to the stream os the name and unit of the SPARK::TVariable object.
|
|
Write argument list of evaluate callback for object associated with variable if any.
|