SciML / MethodOfLines.jl

Automatic Finite Difference PDE solving with Julia SciML

Home Page:https://docs.sciml.ai/MethodOfLines/stable/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setting "Preferred" specialization via Preferences.jl doesn't affect the problem

Qfl3x opened this issue · comments

using Preferences, UUIDs
set_preferences!(UUID("0bca4576-84f4-4d90-8ffe-ffa030f20462"), "SpecializationLevel" => "FullSpecialize")

doesn't change the type of the ODE problem.