|
OMSimulatorLib
The OMSimulator project is a FMI-based co-simulation environment.
|
#include "AlgLoop.h"#include "Component.h"#include "DirectedGraph.h"#include "Flags.h"#include "System.h"#include <sstream>Functions | |
| bool | checkFlag (int flag, std::string functionName) |
| Check flag returned by KINSOL function and log error. More... | |
|
inline |
Check flag returned by KINSOL function and log error.
| flag | Flag with some error value retured by KINSOL function |
| functionName | Name of KINSOL function that returned the flag |