SciML / MethodOfLines.jl

Automatic Finite Difference PDE solving with Julia SciML
https://docs.sciml.ai/MethodOfLines/stable/
MIT License
160 stars 27 forks source link

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

Open Qfl3x opened 1 year ago

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

doesn't change the type of the ODE problem.