griff10000

Results 9 issues of griff10000

I have a new machine with Windows 11 and have installed Anaconda3-2021.11-Windows-x86_64. Tried running in powershell window: `conda install dmsh` Not found. Tried: `pip install dmsh` This installed dmsh. But...

Creating an ellipse generates spurious points on the periphery. Windows 10, python 3.8.3, Anaconda. ```python import dmsh geo = dmsh.Ellipse([0.0, 0.0], 2.0, 1.0) edge_size=0.2 X, cells = dmsh.generate(geo, edge_size, tol=1.0e-10)...

The R transfer functions generated from a ss model using the control package, differ from the Octave transfer functions. The Octave results seem to be correct. [jetEngine_tf_contr_2.zip](https://github.com/benubah/control/files/3851229/jetEngine_tf_contr_2.zip)

The current care() function requires package QT which is now unavailable. However, commenting out line 69 as follows: `# tmp

On running an Octave example from: https://wiki.octave.org/Control_package#Examples the R version generated some errors. I attach a zipped set of R/Octave code that reproduces the errors, together with a pdf of...

The simulation seems to run ok. However a plot at t=0 is plotted but no animation. The following warning is displayed: UserWarning: Animation was deleted without rendering anything. This is...

Some code contains non-printable characters that causes problems when trying to run simulations. Manually solving this manually is tedious. Any chance of using only printable characters?

Simulation halts prematurely with following error: `C:\Users\Graham\anaconda3\lib\site-packages\matplotlib\animation.py:889: UserWarning: Animation was deleted without rendering anything. This is most likely not intended. To prevent deletion, assign the Animation to a variable, e.g....

I am trying to use scipy.integrate.solve_ivp for a system with a mass matrix 'M', but setting method='Radau' and using **options as options={'mass':M} throws the warning: UserWarning: The following arguments have...

enhancement
scipy.integrate