|
SIMLIB/C++ 3.09
|
class for algebraic loop detection AlgLoopDetector object should be used in Value() method only it checks for recursion in continuous block expression evaluation
User should remove algebraic loop manualy using special block (see AlgLoop solvers)
More...
#include <internal.h>

Public Member Functions | |
| AlgLoopDetector (aContiBlock *x) | |
| ~AlgLoopDetector () | |
Private Member Functions | |
| void | lock () |
| begin checking for recursion in Value() calling | |
| void | unlock () |
| end checking for recursion | |
Private Attributes | |
| aContiBlock * | block |
class for algebraic loop detection AlgLoopDetector object should be used in Value() method only it checks for recursion in continuous block expression evaluation
User should remove algebraic loop manualy using special block (see AlgLoop solvers)
Definition at line 307 of file internal.h.
|
inline |
Definition at line 319 of file internal.h.
References lock().
|
inline |
Definition at line 320 of file internal.h.
References unlock().
|
inlineprivate |
begin checking for recursion in Value() calling
Definition at line 310 of file internal.h.
References simlib3::SimObject::_EVAL_FLAG, AlgLoopDetected, block, simlib3::SIMLIB_error(), and simlib3::SimObject::TestAndSetFlag().
Referenced by AlgLoopDetector().
|
inlineprivate |
end checking for recursion
Definition at line 315 of file internal.h.
References simlib3::SimObject::_EVAL_FLAG, block, and simlib3::SimObject::TestAndSetFlag().
Referenced by ~AlgLoopDetector().
|
private |
Definition at line 308 of file internal.h.