summaryrefslogtreecommitdiffstats
path: root/Project/ControlElementSolver.cpp
Commit message (Collapse)AuthorAgeFilesLines
* OpenGL bugfixes and wxGC port alternative initThales Lima Oliveira2020-06-021-3/+3
| | | | | | OpenGL major bugfixes; Device context port alternative to OpenGL code init (WorkspaceDC). Some machines don't support OpenGL 3+; Fixed some issues with MSVC.
* File handling and control initialization organizedThales Lima Oliveira2018-01-081-16/+23
|
* Math Expression implementedThales Lima Oliveira2017-12-311-1/+7
|
* Math expr GUI implementedThales Lima Oliveira2017-12-201-24/+12
|
* Several implementations on math expression blockThales Lima Oliveira2017-12-191-2/+2
|
* Divider control element implementedThales Lima Oliveira2017-10-091-0/+3
| | | | | | Abstract class math operations implemented Divider need to be redesigned Expor/import divider functions implemented but supressed
* Velocity variaton input implementedThales Lima Oliveira2017-10-081-0/+3
| | | | For PSS control on AVR
* MIMO fully implementedThales Lima Oliveira2017-10-071-9/+35
| | | | | Electromechanical adjusted Some control editor bugfixes
* Several new implementation, not workingThales Lima Oliveira2017-10-061-31/+60
|
* Add copyright on files and documentation updateThales Lima Oliveira2017-10-051-0/+17
|
* Insert capacitor/inductor fixedThales Lima Oliveira2017-06-021-1/+5
|
* Control test and sync generator control implementedThales Lima Oliveira2017-05-151-1/+16
| | | | Text buggy when opens
* Several bugs fixed, ready to pullThales Lima Oliveira2017-05-131-32/+31
|
* Initialization implementedThales Lima Oliveira2017-05-111-12/+50
|
* All element's solutions implementedThales Lima Oliveira2017-05-101-2/+16
| | | | Initialization is missing
* Secondary branch, TF and limiter solutionThales Lima Oliveira2017-05-081-16/+70
| | | | much work, such results
* Streight control solver implementedThales Lima Oliveira2017-05-061-15/+99
| | | | Buggy, running 2x... Why??
* Control solver class createdThales Lima Oliveira2017-05-041-0/+74
Just the basics methods implemented