We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 818e77e commit f4b199cCopy full SHA for f4b199c
SimulationRuntime/cpp/Include/FMU/FMUGlobalSettings.h
@@ -32,6 +32,8 @@ class FMUGlobalSettings : public IGlobalSettings
32
virtual void setOutputPath(string) {}
33
virtual string getSelectedSolver() { return "Euler"; }
34
virtual void setSelectedSolver(string) {}
35
+ virtual string getSelectedLinSolver() { return "Newton"; }
36
+ virtual void setSelectedLinSSolver(string) {}
37
virtual string getSelectedNonLinSolver() { return "Newton"; }
38
virtual void setSelectedNonLinSSolver(string) {}
39
virtual void load(std::string xml_file) {};
0 commit comments