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

Vector Splitting & Mesh Evaluation #16

Open
Ulvetanna opened this issue Jan 30, 2024 · 1 comment
Open

Vector Splitting & Mesh Evaluation #16

Ulvetanna opened this issue Jan 30, 2024 · 1 comment
Assignees

Comments

@Ulvetanna
Copy link
Collaborator

@hjabbot is exploring different splitting conditions for different vector fields, and evaluating different meshes with respect to original data.

Plotting this work for the mesh paper

@hjabbot
Copy link
Collaborator

hjabbot commented Mar 20, 2024

To date we have done work to verify that the mesh construction behaves as expected with vector splitting. There is some arbitrary-ness about the threshold value used, but we have also developed a method for choosing an appropriate split threshold value for each given source of data. Annoyingly, it doesn't look like it's inherently transferrable between data sources, or even different areas within the same dataset. This method could be extended to scalar datasets as well, as their splitting conditions are also somewhat arbitrary (although they tend to be based on some real-world justification).

Further work needs to be done to add upper/lower bound to the splitting conditions. This would not work for Reynolds splitting, but we're leaning towards just using curl as the split condition for vector fields anyway, and upper/lower bounds would be applicable to these fields.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants