Skip to content

Commit

Permalink
benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
ksagiyam committed Jun 24, 2024
1 parent e89aac3 commit 2fe02f9
Show file tree
Hide file tree
Showing 2 changed files with 23,725 additions and 23,725 deletions.
2 changes: 1 addition & 1 deletion benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -935,7 +935,7 @@ def v_f_left(t_):
outfile.write("t val" + "\n")
if True:
Vplot = FunctionSpace(mesh_f, "P", degree)
vfplot = Function(Vplot, name="mesh_f")
vfplot = Function(Vplot, name="mesh_f").assign(Constant(1))
#vf = solution.subfunctions[0]
#solve(J_f_ * inner(TrialFunction(Vplot), TestFunction(Vplot)) * dx_f == J_f_ * inner(sqrt(dot(vf, vf)), TestFunction(Vplot)) * dx_f, vfplot)
coords = mesh_f.coordinates.dat.data_with_halos
Expand Down
Loading

0 comments on commit 2fe02f9

Please sign in to comment.