#include <HomotopyInput.h>
Utility struct to model an homotopy variable
#include <libpf/core/HomotopyInput.h>
- Warning
-
Thread safe:
-
Extendable:
-
Platform dependencies:
◆ HomotopyVariable()
HomotopyVariable::HomotopyVariable |
( |
std::string |
fullTag, |
|
|
double |
start, |
|
|
double |
end |
|
) |
| |
Return the homotopy variable value for the point-th increment in the points number of increments.
◆ end()
double HomotopyVariable::end |
( |
void |
| ) |
const |
- Returns
- the homotopy variable ending value
◆ fullTag()
const std::string & HomotopyVariable::fullTag |
( |
void |
| ) |
const |
- Returns
- the complete path to the variable
◆ json()
std::string HomotopyVariable::json |
( |
void |
| ) |
const |
- Returns
- UTF-8 encoded string with the JSON-serialized object
◆ operator==()
◆ print_()
std::ostream & HomotopyVariable::print_ |
( |
std::ostream & |
os | ) |
const |
◆ start()
double HomotopyVariable::start |
( |
void |
| ) |
const |
- Returns
- the homotopy variable starting value
◆ value()
double HomotopyVariable::value |
( |
int |
point, |
|
|
int |
points |
|
) |
| const |
- Returns
- the value of the variable at point of [0 .. points]
The documentation for this class was generated from the following file: