Stéphane MOTTELET

Results 10 issues of Stéphane MOTTELET

Hello, In the documentation of cvodes about CVodeQuadSensInit (5.4.1), it is said that _If rhsQS is input as NULL, then cvodes uses an internal function that computes difference quotient approximations...

enhancement
question
docs

Hello, I noticed that using kinsol Picard iterations triggers a Jacobian evaluation at every iteration, although the Jacobian is supposed to be constant. What am I doing wrong in the...

feature-request

Hello, I have an old example of a pendule with sliding pivot (constrained to f(x,y)=0) in the plane which I can solve with DASSL although I have a problem with...

question

Hello, I am trying to accelerate the resolution of a large linear ode (heat equation in a cube with finite differences) with CVODE/BDF by using Conjugate Gradient method (without preconditionning,...

question

Rendering is different between e.g. macOS and Linux. For example axes labels are cropped under Linux: Linux: ![Screenshot 2024-03-01 at 11 02 00](https://github.com/Calysto/scilab_kernel/assets/8794797/790a9026-88fb-4da1-8912-c69c9d64fded) macOS: ![Screenshot 2024-03-01 at 11 01 14](https://github.com/Calysto/scilab_kernel/assets/8794797/df40f196-e46b-4ef7-a474-76767aeee26b)

Using completion mechanism (tab) raises the help browser, e.g: ![Screenshot 2024-02-26 at 14 12 37](https://github.com/Calysto/scilab_kernel/assets/8794797/9e801f17-4dbd-4a8e-915d-22d04ab84067)

The default antialiasing is not working on 3d plots: ![Screenshot 2024-02-21 at 3 23 55 PM](https://github.com/Calysto/scilab_kernel/assets/8794797/b467788f-ef1e-411b-a7e3-9813f9635d32)

Hello, I tried to compare the performances of SPQR solve vs UMFPACK to solve a sparse least squares problem. The problem is a Laplacian mesh deformation application where we use...

discussion

### Bug description Hello, I am curently setting up a jupyterhub server using tljh distribution (https://tljh.jupyter.org/en/latest/) on a Linux Ubuntu 20.04.6 LTS and using the Calysto Scilab kernel (https://github.com/Calysto/scilab_kernel). On...

bug

LFortran version: 0.40.0-117-gb8d7eed09 Platform: macOS ARM Default target: arm64-apple-darwin23.4.0 Compared to #4831, now lfortran builds all the content of the folder https://github.com/opencollab/arpack-ng/tree/master/UTIL but fails when proceeding to https://github.com/opencollab/arpack-ng/tree/master/SRC: ``` (base)...

Code to be Compiled