SIMLIB/C++
3.07
|
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 More... | |
void | unlock () |
end checking for recursion More... | |
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.
|
inline |
Definition at line 320 of file internal.h.
References simlib3::SIMLIB_create_tmp_name().
|
inlineprivate |
begin checking for recursion in Value() calling
Definition at line 310 of file internal.h.
References simlib3::SimObject::_EVAL_FLAG, simlib3::AlgLoopDetected, simlib3::SIMLIB_error(), and simlib3::SimObject::TestAndSetFlag().
|
inlineprivate |
end checking for recursion
Definition at line 315 of file internal.h.
References simlib3::SimObject::_EVAL_FLAG, and simlib3::SimObject::TestAndSetFlag().
|
private |
Definition at line 308 of file internal.h.