This repository was archived by the owner on Jul 19, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ import Base: isapprox
44@time @safetestset " Basic Operators Interface" begin include (" basic_operators_interface.jl" ) end
55@time @safetestset " Robin Boundary Condition Operators" begin include (" robin.jl" ) end
66@time @safetestset " JacVec Operators Interface" begin include (" jacvec_operators.jl" ) end
7- @time @safetestset " Validate BridgeBC and its constructors" begin include (" bridge_bc.jl" ) end
87@time @safetestset " Composite Operators Interface" begin include (" composite_operators_interface.jl" ) end
98@time @safetestset " BC and Coefficient Compositions" begin include (" bc_coeff_compositions.jl" ) end
109@time @safetestset " Derivative Operators Interface" begin include (" derivative_operators_interface.jl" ) end
@@ -17,3 +16,4 @@ import Base: isapprox
1716@time @safetestset " Matrix-Free Operators" begin include (" matrixfree.jl" ) end
1817@time @safetestset " Convolutions" begin include (" convolutions.jl" ) end
1918@time @safetestset " Differentiation Dimension" begin include (" differentiation_dimension.jl" ) end
19+
You can’t perform that action at this time.
0 commit comments