Douglas Brown

Results 3 issues of Douglas Brown

[```][https://juliamath.github.io/Interpolations.jl/stable/control/#Scaled-BSplines] ``` A_x = 1.:2.:40. A = [log(x) for x in A_x] itp = interpolate(A, BSpline(Cubic(Line(OnGrid())))) sitp = scale(itp, A_x) sitp(3.) # exactly log(3.) sitp(3.5) # approximately log(3.5) ``` returns...

When importing notes I get the following error: ``` Error retrieving cite key net:ERROR_EMPTY_RESPONSE ``` and Zotero immediately crashes. This worked a couple of weeks ago, and has persisted through...

Trying to run `GmshDiscreteModel` on a `.msh` files results in segmentation fault using ``` julia> VERSION v"1.12.2" ``` and the Tutorials repo as cloned from the current repo. I have...