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

Add the missing task and subtask types to the python analsysis scripts

parent f33c3d60
No related branches found
No related tags found
No related merge requests found
...@@ -93,6 +93,7 @@ TASKTYPES = [ ...@@ -93,6 +93,7 @@ TASKTYPES = [
"kick2", "kick2",
"timestep", "timestep",
"timestep_limiter", "timestep_limiter",
"timestep_sync",
"send", "send",
"recv", "recv",
"grav_long_range", "grav_long_range",
...@@ -116,6 +117,9 @@ TASKTYPES = [ ...@@ -116,6 +117,9 @@ TASKTYPES = [
"bh_in", "bh_in",
"bh_out", "bh_out",
"bh_ghost", "bh_ghost",
"bh_swallow_ghost1",
"bh_swallow_ghost2",
"bh_swallow_ghost3",
"fof_self", "fof_self",
"fof_pair", "fof_pair",
"count", "count",
...@@ -135,16 +139,21 @@ SUBTYPES = [ ...@@ -135,16 +139,21 @@ SUBTYPES = [
"tend_bpart", "tend_bpart",
"xv", "xv",
"rho", "rho",
"part_swallow",
"bpart_merger",
"gpart", "gpart",
"multipole", "multipole",
"spart", "spart",
"stars_density", "stars_density",
"stars_feedback", "stars_feedback",
"sf_counts" "sf_counts",
"bpart", "bpart_rho",
"bpart_swallow",
"bpart_feedback",
"bh_density", "bh_density",
"bh_swallow", "bh_swallow",
"do_swallow", "do_gas_swallow",
"do_bh_swallow",
"bh_feedback", "bh_feedback",
"count", "count",
] ]
......
...@@ -170,6 +170,7 @@ TASKTYPES = [ ...@@ -170,6 +170,7 @@ TASKTYPES = [
"kick2", "kick2",
"timestep", "timestep",
"timestep_limiter", "timestep_limiter",
"timestep_sync",
"send", "send",
"recv", "recv",
"grav_long_range", "grav_long_range",
...@@ -193,6 +194,9 @@ TASKTYPES = [ ...@@ -193,6 +194,9 @@ TASKTYPES = [
"bh_in", "bh_in",
"bh_out", "bh_out",
"bh_ghost", "bh_ghost",
"bh_swallow_ghost1",
"bh_swallow_ghost2",
"bh_swallow_ghost3",
"fof_self", "fof_self",
"fof_pair", "fof_pair",
"count", "count",
...@@ -212,16 +216,21 @@ SUBTYPES = [ ...@@ -212,16 +216,21 @@ SUBTYPES = [
"tend_bpart", "tend_bpart",
"xv", "xv",
"rho", "rho",
"part_swallow",
"bpart_merger",
"gpart", "gpart",
"multipole", "multipole",
"spart", "spart",
"stars_density", "stars_density",
"stars_feedback", "stars_feedback",
"sf_counts", "sf_counts",
"bpart", "bpart_rho",
"bpart_swallow",
"bpart_feedback",
"bh_density", "bh_density",
"bh_swallow", "bh_swallow",
"do_swallow", "do_gas_swallow",
"do_bh_swallow",
"bh_feedback", "bh_feedback",
"count", "count",
] ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment