We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb6c356 commit 34dfe6cCopy full SHA for 34dfe6c
benchmark/Simulations/ViscoElasticBenchmark.jl
@@ -68,7 +68,7 @@ comp_model = StaticNonlinearModel(res, jac, Uu, Vu, D_bc; nls=nls_, xh=uh, xh⁻
68
function driverpost(post; cons_model=cons_model, Δt=Δt, uh=uh, unh=unh, A=state_vars, Ω=Ω, dΩ=dΩ)
69
updateStateVariables!(cons_model, Δt, uh, unh, A)
70
end
71
-post_model = PostProcessor(comp_model, driverpost; is_vtk=true, filepath=simdir)
+post_model = PostProcessor(comp_model, driverpost; is_vtk=false, filepath="")
72
73
# Solve
74
SUITE["Simulations"]["ViscoElastic"] = @benchmarkable solve!(comp_model; stepping=(nsteps=Int(t_end / Δt), maxbisec=1), post=post_model, ProjectDirichlet=false)
0 commit comments