summaryrefslogtreecommitdiffstats
path: root/Project/Fault.cpp
Commit message (Collapse)AuthorAgeFilesLines
* OpenGL bugfixes and wxGC port alternative initThales Lima Oliveira2020-06-021-15/+15
| | | | | | OpenGL major bugfixes; Device context port alternative to OpenGL code init (WorkspaceDC). Some machines don't support OpenGL 3+; Fixed some issues with MSVC.
* fault and control system implementation error fixedThales Lima Oliveira2018-07-141-3/+3
|
* Add copyright on files and documentation updateThales Lima Oliveira2017-10-051-0/+17
|
* Data report fully implementedThales Lima Oliveira2017-09-091-18/+27
|
* More grid data implementedThales Lima Oliveira2017-09-081-51/+46
| | | | Some fault bugfixes
* Events implementedThales Lima Oliveira2017-05-221-11/+11
| | | | | | | Effects on adimittance matrix and elements: ->Fault on bus; ->Generation/Load switching; ->Branch switching.
* Added DegreesAndRadians.h and included conditional compilation in some files ↵Roní Gonçalves2017-05-071-0/+3
| | | | in order to allow compiling this project using wxWidgets-3.0.x
* Some doc, class restruct and SC power implementedThales13302017-01-181-0/+24
|
* Elements data updateThales13302017-01-101-2/+137
| | | | Elements data update after fault calculation implemented.
* Fault calculation implementedThales13302017-01-091-0/+238