-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Minor Error #1
Comments
Hi, indeed I have modified my Scipy code so that the solution structure also contains the solver object, thus allowing me to access more solver-specific data. I have not put that on the current Git repository, as it involves changes to Scipy's base integrate routine, and I forgot to remove these problematic statements. Commenting them is the right solution. Keep me updated on any issue you might find. Regards, |
Hi, Regards, Graham W Griffiths |
Yes I had also implemented a recursive amplifier, but the exponential
nonlinearity is exploding too quickly, this requiring a thresholding. I am
searching for an easy to implement PDE with algebraic variables to test
larger scale systems. Do you have any hint ?
Le sam. 7 nov. 2020 à 15:11, griff10000 <[email protected]> a écrit :
… Hi,
I have modified your one-stage transistor amplifier test example to a
two-stage transistor amplifier - see attachment.
This is also an index-1 problem with a singular mass matrix. You code
solves it without any problems. The code includes references.
Regards,
Graham W Griffiths
transistor_amplifier_2.py.txt
<https://github.com/laurent90git/DAE-Scipy/files/5504857/transistor_amplifier_2.py.txt>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHJ3TFUXZRZLOBDFQXBXSRLSOVIR3ANCNFSM4TNSKUSA>
.
|
Hi, Regards, Graham W Griffiths |
Thank you very much for this excellent work. I have only spent a short while testing, but this is a very good implementation of Radau.
However, all the examples throw a "minor" error, for example from the transistor amplifier example the error on my Windows PC was:
This is caused by trying to print
sol.solver.nlusove
.Commenting out the print statement on line 85 solved the problem.
Commenting out similar statements for the other examples allows them all to run without error.
nlusolve
appears to be a variable belonging to the classRadauDAE
Regards,
Graham W Griffiths
The text was updated successfully, but these errors were encountered: