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

Voronoi mesh projections #2631

Open
matthewturk opened this issue Jun 11, 2020 · 0 comments
Open

Voronoi mesh projections #2631

matthewturk opened this issue Jun 11, 2020 · 0 comments
Labels
demeshening Removing the global mesh for particles index: particle viz: 2D

Comments

@matthewturk
Copy link
Member

The routine pixelize_sph_kernel_projection works fine for SPH kernels. However, for voronoi tesselations, this does not produce ideal results. Gridding and slicing vornoi tesselations is not as tricky, as there we can set number of neighbors to 1 and use a unitary-weighted smoothing kernel. But for projections, it's harder.

Here is an example of using the sph kernel for the arepo bullet cluster simulation when projecting density.
PixelizedProjectionValues_snapshot_150_all_('gas', 'density')_0_None_zoom0

@triage-new-issues triage-new-issues bot added the triage Triage needed label Jun 11, 2020
@matthewturk matthewturk added demeshening Removing the global mesh for particles index: particle viz: 2D labels Jun 11, 2020
@triage-new-issues triage-new-issues bot removed the triage Triage needed label Jun 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
demeshening Removing the global mesh for particles index: particle viz: 2D
Projects
None yet
Development

No branches or pull requests

1 participant