Skip to content

Commit 34dfe6c

Browse files
committed
Removing undefined simdir
1 parent fb6c356 commit 34dfe6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/Simulations/ViscoElasticBenchmark.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ comp_model = StaticNonlinearModel(res, jac, Uu, Vu, D_bc; nls=nls_, xh=uh, xh⁻
6868
function driverpost(post; cons_model=cons_model, Δt=Δt, uh=uh, unh=unh, A=state_vars, Ω=Ω, dΩ=dΩ)
6969
updateStateVariables!(cons_model, Δt, uh, unh, A)
7070
end
71-
post_model = PostProcessor(comp_model, driverpost; is_vtk=true, filepath=simdir)
71+
post_model = PostProcessor(comp_model, driverpost; is_vtk=false, filepath="")
7272

7373
# Solve
7474
SUITE["Simulations"]["ViscoElastic"] = @benchmarkable solve!(comp_model; stepping=(nsteps=Int(t_end / Δt), maxbisec=1), post=post_model, ProjectDirichlet=false)

0 commit comments

Comments
 (0)