Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a default particle filter for Enzo #1193

Open
yt-fido opened this issue Mar 24, 2016 · 0 comments
Open

Add a default particle filter for Enzo #1193

yt-fido opened this issue Mar 24, 2016 · 0 comments
Labels
code frontends Things related to specific frontends enhancement Making something better new contributor friendly Good for new contributors!
Milestone

Comments

@yt-fido
Copy link
Collaborator

yt-fido commented Mar 24, 2016

Originally reported by: Matt Turk (Bitbucket: MatthewTurk, GitHub: MatthewTurk)


Right now (as pointed out by @rthompson ) particle filters for Star particles from "old" Enzo aren't set up. We may want to do this, so that they show up in particle types. For reference:

#define PARTICLE_TYPE_GAS            0
#define PARTICLE_TYPE_DARK_MATTER    1
#define PARTICLE_TYPE_STAR           2
#define PARTICLE_TYPE_TRACER         3
#define PARTICLE_TYPE_MUST_REFINE    4
#define PARTICLE_TYPE_SINGLE_STAR    5
#define PARTICLE_TYPE_BLACK_HOLE     6
#define PARTICLE_TYPE_CLUSTER        7
#define PARTICLE_TYPE_MBH            8
#define PARTICLE_TYPE_COLOR_STAR     9
#define PARTICLE_TYPE_SIMPLE_SOURCE 10

This would likely come in around the time that default particle unions are set up.


@yt-fido yt-fido added minor enhancement Making something better code frontends Things related to specific frontends labels Apr 20, 2017
@yt-fido yt-fido added this to the moderate milestone Apr 20, 2017
@ngoldbaum ngoldbaum removed the minor label May 3, 2017
@ngoldbaum ngoldbaum modified the milestones: moderate, 3.4 May 3, 2017
@ngoldbaum ngoldbaum added new contributor friendly Good for new contributors! and removed 3.4 labels May 4, 2017
@ngoldbaum ngoldbaum modified the milestones: 3.4, 4.0 May 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code frontends Things related to specific frontends enhancement Making something better new contributor friendly Good for new contributors!
Projects
None yet
Development

No branches or pull requests

2 participants