-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathTestApp.jl
More file actions
26 lines (26 loc) · 1.05 KB
/
TestApp.jl
File metadata and controls
26 lines (26 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
module TestApp
include("../../CellDataTests.jl")
include("../../FESpacesTests.jl")
include("../../GeometryTests.jl")
include("../../MultiFieldTests.jl")
include("../../PLaplacianTests.jl")
include("../../PoissonTests.jl")
include("../../PeriodicBCsTests.jl")
include("../../SurfaceCouplingTests.jl")
include("../../TransientDistributedCellFieldTests.jl")
include("../../TransientMultiFieldDistributedCellFieldTests.jl")
include("../../ZeroMeanFESpacesTests.jl")
include("../../HeatEquationTests.jl")
include("../../StokesOpenBoundaryTests.jl")
include("../../AdaptivityTests.jl")
include("../../AdaptivityCartesianTests.jl")
include("../../AdaptivityUnstructuredTests.jl")
include("../../AdaptivityMultiFieldTests.jl")
include("../../PolytopalCoarseningTests.jl")
include("../../BlockSparseMatrixAssemblersTests.jl")
include("../../BlockPartitionedArraysTests.jl")
include("../../VisualizationTests.jl")
include("../../AutodiffTests.jl")
include("../../ConstantFESpacesTests.jl")
include("../../MacroDiscreteModelsTests.jl")
end