Uwe Fechner

Results 115 issues of Uwe Fechner

- Searched open issues, this one does not seam to exist yet Please, add the following commands: ``` sudo auto-cpufreq --force=turbo-boost on sudo auto-cpufreq --force=turbo-boost off sudo auto-cpufreq --force=turbo-boost auto...

At https://docs.sciml.ai/DiffEqDocs/stable/solvers/ode_solve/ a lot of solvers are listed, but most of them do not support mass matrices. It is not documented which of the solvers do and which don't. Mass...

Currently some of my projects cannot use newer versions of DiffEqBase because it requires DocStringExtensions 0.9, but some packages I use (not mine) depend on DocStringExtensions 0.8. Would it be...

While Trixi allows to simulate fluid-structure interaction, I did not found a way to simulate a moving object in a flow, e.g. a ship in the ocean or a turbine...

Steps to reproduce: 1. Install git for windows https://gitforwindows.org/ I tested with 2.41.0, but same problem with older versions 2. Install juliaup 3. Install Julia 1.9.1 using juliaup 4. Launch...

upstream

Here https://pkgdocs.julialang.org/v1/toml-files/ these sections of `Project.toml` are neither mentioned nor explained.

Each time I start Julia I see: ``` CondaPkg Found dependencies: C:\Users\uwefechner\.julia\packages\PythonCall\1f5yE\CondaPkg.toml CondaPkg Found dependencies: C:\Users\uwefechner\.julia\packages\PythonPlot\f591M\CondaPkg.toml CondaPkg Found dependencies: C:\Users\uwefechner\.julia\packages\PythonCall\1f5yE\CondaPkg.toml CondaPkg Found dependencies: C:\Users\uwefechner\.julia\packages\PythonPlot\f591M\CondaPkg.toml CondaPkg Found dependencies: C:\Users\uwefechner\.julia\packages\PythonCall\1f5yE\CondaPkg.toml CondaPkg Found...

My code: ```julia using NativeFileDialog filename=save_file("data"; filterlist="jld2") ``` If I run it, using Julia 1.10.2 I get the error message: ``` julia> function save_plot() filename=save_file("data"; filterlist="jld2") end save_plot (generic function...

I get sometimes this exception: ``` NOMAD exception (report to developper): NOMAD::Exception thrown (/workspace/srcdir/nomad/src/Param/PbParameters.cpp, 174) Invalid Parameter. Check: LOWER_BOUND is equal to UPPER_BOUND at index 2. Value = 0 terminate...

Using the abstract solver interface as defined in DifferentialEquations.jl would make it possible to use different solvers in the future. In particular the option to use solvers written in Julia...