We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 828baaa commit 45c2588Copy full SHA for 45c2588
src/systems/pde/pdesystem.jl
@@ -103,7 +103,7 @@ struct PDESystem <: ModelingToolkit.AbstractMultivariateSystem
103
description = "",
104
name)
105
if checks == true || (checks & CheckComponents) > 0
106
- check_var_types(PDESystem, dvs)
+ check_var_types(PDESystem, [dv(ivs...) for dv in dvs])
107
end
108
if checks == true || (checks & CheckUnits) > 0
109
u = __get_unit_type(dvs, ivs, ps)
0 commit comments