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

Plotting vector fields on quadtree and tree meshes #199

Open
thast opened this issue Apr 15, 2020 · 2 comments
Open

Plotting vector fields on quadtree and tree meshes #199

thast opened this issue Apr 15, 2020 · 2 comments
Assignees

Comments

@thast
Copy link
Member

thast commented Apr 15, 2020

Is this a desirable feature or should it stay limit to the tensormeshes? Or should we offer an automated way to go from fields on a treemesh to a tensormesh for visualization purposes?

@micmitch
Copy link
Contributor

I'm sure that this would be useful and is probably possible with the updates Joe has done for plotting on tree meshes.

Plotting models or fields on a tree mesh used to be painfully slow. To circumvent this problem I simply interpolated the tree mesh or fields to a core tensor mesh for plotting. I have not had a chance to play around with plotting on a tree mesh since Joe made some improvements.

@thast
Copy link
Member Author

thast commented Apr 16, 2020

@micmitch : @jcapriot 's treemeshes are awesome. But it is not (yet) possible to plot vector fields with the associated Utils. See the caption of the current error message below:
image

for the interpolation onto tensormesh, that's what we all do for now. But it would be nice to offer a utils that does it in a few lines, instead of having each time to create the mesh, select a subset area, write the interpolations functions in all directions etc.

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

3 participants