|
| | RegulaFalsi (Input i, double eps, unsigned long max_it, double t_min, double t_max) |
| |
| virtual double | Value () override |
| | get block output value
this method should be defined in classes derived from aContiBlock
|
| |
| | AlgLoop (Input i, double eps, unsigned long max_it, double t_min, double t_max, double t0) |
| |
| void | Set (double eps, unsigned long max_it, double t_min, double t_max, double t0) |
| |
| void | Set (double eps, unsigned long max_it, double t_min, double t_max) |
| |
| | aContiBlock1 (Input i) |
| | constructor for blocks with single input
|
| |
| double | InputValue () |
| |
| | aContiBlock () |
| |
| virtual void | _Eval () |
| | evaluate block (with loop detection)
|
| |
| virtual double | Value ()=0 |
| | get block output value
this method should be defined in classes derived from aContiBlock
|
| |
| bool | TestAndSetFlag (bool new_value, unsigned n) |
| | internal method for flag manipulation is used for algebraic loop checking in continuous blocks
|
| |
| | SimObject () |
| | constructor
|
| |
| virtual | ~SimObject () |
| | virtual destructor
|
| |
| void * | operator new (size_t size) |
| | allocate object, set _flags
|
| |
| void | operator delete (void *ptr) |
| | deallocate object
|
| |
| void * | operator new[] (size_t size)=delete |
| |
| void | operator delete[] (void *ptr)=delete |
| |
| bool | isAllocated () const |
| |
| virtual std::string | Name () const |
| | get object name
|
| |
| bool | HasName () const |
| |
| void | SetName (const std::string &name) |
| | assign the name
|
| |
| virtual void | Output () const |
| | print object to default output
|
| |
solve using regula falsi method
Definition at line 1699 of file simlib.h.