File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -93,5 +93,6 @@ include("domains.jl")
9393include (" systems/diffeqs/diffeqsystem.jl" )
9494include (" systems/diffeqs/first_order_transform.jl" )
9595include (" systems/nonlinear/nonlinear_system.jl" )
96+ include (" systems/pde/pdesystem.jl" )
9697
9798end # module
Original file line number Diff line number Diff line change @@ -5,4 +5,7 @@ using ModelingToolkit, Test
55@testset " Simplify Test" begin include (" simplify.jl" ) end
66@testset " Direct Usage Test" begin include (" direct.jl" ) end
77@testset " System Construction Test" begin include (" system_construction.jl" ) end
8+ @testset " Domain Test" begin include (" domains.jl" ) end
9+ @testset " Constraints Test" begin include (" constraints.jl" ) end
10+ @testset " PDE Construction Test" begin include (" pde.jl" ) end
811@testset " Distributed Test" begin include (" distributed.jl" ) end
You can’t perform that action at this time.
0 commit comments