Skip to content

Commit

Permalink
Update AdaptivityFlagsMarkingStrategiesTests.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
amartinhuertas authored Sep 26, 2023
1 parent 3d5c66e commit e6bc60a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/AdaptivityFlagsMarkingStrategiesTests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ module AdaptivityFlagsMarkingStrategiesTests

model,glue=adapt(dmodel,ref_coarse_flags);

writevtk(model, "model$(Dc)")

# Define manufactured functions
u(x) = x[1]+x[2]^order
f(x) = -Δ(u)(x)
Expand Down Expand Up @@ -119,4 +117,4 @@ module AdaptivityFlagsMarkingStrategiesTests
end
end

end
end

0 comments on commit e6bc60a

Please sign in to comment.