Vector of parameters in PDE system @parameters DU[1:2]
fail to discretize
#434
Labels
bug
Something isn't working
@parameters DU[1:2]
fail to discretize
#434
Describe the bug 🐞
When using a vector of parameters
@parameters DU[1:2]::Float64
, thediscretize
function of a PDE problem fails with a mysterious error message. The same problem with 2 distinct parameters@parameters D, U
works.Is the syntax wrong? I did not find documentation for this case except in this FAQ . Maybe it is a problem from
ModelingToolkit
(I suspect other issues withremake
and @parameters).Expected behavior
The same problem with 2 distinct parameters
@parameters D, U
works. The syntax with vector should work.Minimal Reproducible Example 👇
Error & Stacktrace⚠️
Environment (please complete the following information):
using Pkg; Pkg.status()
The text was updated successfully, but these errors were encountered: