JoeyDelp / JoSIM

Superconductor Circuit Simulator
MIT License
74 stars 33 forks source link

Implementation of the DEVV and DEVI plotting functions. #2

Closed JoeyDelp closed 6 years ago

JoeyDelp commented 6 years ago

Implementation of the DEVV and DEVI plotting functions. Running different test example show that there was an error in the matrix formulation. Fixed however as it was just a matter of duplicated entries in the mElements vector. Positive column and negative row were the same as negative column and positive row for all types of components.

ADDED: -DEVV and DEVI plotting functionality

FIXED: -Incorrect results for different test examples