OMSimulatorLib
The OMSimulator project is a FMI-based co-simulation environment that supports ordinary (i.e., non-delayed) and TLM connections.
|
#include "AlgLoop.h"
#include "Component.h"
#include "DirectedGraph.h"
#include "Flags.h"
#include "System.h"
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 |