Skip to content
Snippets Groups Projects
Commit 71bacd96 authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

Updated task plotting script for the new tasks

parent 0dc8f2c0
No related branches found
No related tags found
2 merge requests!136Master,!79First version of the multiple time-stepping
......@@ -58,7 +58,7 @@ PLOT_PARAMS = {"axes.labelsize": 10,
pl.rcParams.update(PLOT_PARAMS)
# Tasks and subtypes. Indexed as in tasks.h.
TASKTYPES = ["none", "sort", "self", "pair", "sub", "ghost", "kick1", "kick2",
TASKTYPES = ["none", "sort", "self", "pair", "sub", "init", "ghost", "drift", "kick",
"send", "recv", "grav_pp", "grav_mm", "grav_up", "grav_down",
"psort", "split_cell", "rewait", "count"]
......@@ -67,9 +67,10 @@ TASKCOLOURS = {"none": "black",
"self": "greenyellow",
"pair": "navy",
"sub": "hotpink",
"init": "indigo",
"ghost": "cyan",
"kick1": "maroon",
"kick2": "green",
"drift": "maroon",
"kick": "green",
"send": "yellow",
"recv": "magenta",
"grav_pp": "mediumorchid",
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment