Skip to content

Commit

Permalink
show only gko values
Browse files Browse the repository at this point in the history
  • Loading branch information
greole committed Jan 11, 2024
1 parent c0d0c8c commit 399fae3
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions LidDrivenCavity3D/assets/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,22 +159,22 @@ def main(campaign, comparisson=None):
),
)

plotter(
x=x,
y=y,
color=c,
style="solver_p",
post_pro_dir=post_pro_dir,
plot_type="line",
col="Host",
log=True,
df=df,
df_filter=Df_filter(
"gko_unprecond_speedup",
Df_filter("GKOCG", gkocg),
inner = lambda df: compute_speedup(df, bases, unprecond),
),
)
# plotter(
# x=x,
# y=y,
# color=c,
# style="solver_p",
# post_pro_dir=post_pro_dir,
# plot_type="line",
# col="Host",
# log=True,
# df=df,
# df_filter=Df_filter(
# "gko_unprecond_speedup",
# Df_filter("GKOCG", gkocg),
# inner = lambda df: compute_speedup(df, bases, unprecond),
# ),
# )

# comparisson against other results
if comparisson:
Expand Down

0 comments on commit 399fae3

Please sign in to comment.