Marko Petek's Thesis application 1.0
The Marko Petek's code for numerical analysis of nonlinear damped and driven oscillation.
|
Tells to the interpreter, which custom classes are available. More...
Public Member Functions | |
AppMarkoPetekDerivedScript () | |
override void | Script_AddCommands (ICommandLineApplicationInterpreter interpreter, SortedList< string, string > helpStrings) |
Adds application commands to the interpreter. | |
string | AppExecuteDemoResCurvePlot (string[] arguments) |
Plots an analytical resonance curve overlayed with numerically calculated points. | |
Public Attributes | |
const string | ConstExecuteDemoResCurvePlot = "ExecuteDemoResCurvePlot" |
const string | ConstHelpExecuteDemoResCurvePlot = "Example resonance curve plot just to demonstrate the concepts." |
Tells to the interpreter, which custom classes are available.
IG::Script::AppMarkoPetekDerivedScript::AppMarkoPetekDerivedScript | ( | ) | [inline] |
override void IG::Script::AppMarkoPetekDerivedScript::Script_AddCommands | ( | ICommandLineApplicationInterpreter | interpreter, |
SortedList< string, string > | helpStrings | ||
) | [inline] |
Adds application commands to the interpreter.
Reimplemented from IG::Script::AppMarkoPetek.
string IG::Script::AppMarkoPetekDerivedScript::AppExecuteDemoResCurvePlot | ( | string[] | arguments | ) | [inline] |
Plots an analytical resonance curve overlayed with numerically calculated points.
arguments | Array of command-line arguments. |
const string IG::Script::AppMarkoPetekDerivedScript::ConstExecuteDemoResCurvePlot = "ExecuteDemoResCurvePlot" |
const string IG::Script::AppMarkoPetekDerivedScript::ConstHelpExecuteDemoResCurvePlot = "Example resonance curve plot just to demonstrate the concepts." |