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

Visualizing 1Forms without using Arrows #90

Open
lukem12345 opened this issue Dec 6, 2022 · 3 comments
Open

Visualizing 1Forms without using Arrows #90

lukem12345 opened this issue Dec 6, 2022 · 3 comments

Comments

@lukem12345
Copy link
Member

Currently, there are two strategies for visualizing 1Forms on a spherical mesh.

  1. Render the divergence of the 1Form.
  2. Render the 1Form as a collection of arrows

We would like a better method wherein we visualize 1Forms as colored triangles. The color along an edge will be the color of the corresponding value in the EForm. Interior colors will be linearly interpolated.

This is similar to Gouraud shading (except there, the values that inform interpolation are given at the vertices).

@lukem12345
Copy link
Member Author

@jpfairbanks The new academic semester is about to start. This seems like a great opportunity to get a CS undergrad interested in computer graphics involved in research? I could imagine a slew of similar helpful visualization methods for 0-forms, 1-forms, and 2-forms on 2-manifolds. The new capability to do 3D sims presents new opportunities as well.

@jpfairbanks
Copy link
Member

That is a great idea, can you reach out to Jorg and see if he has anyone in mind?

@lukem12345
Copy link
Member Author

lukem12345 commented May 12, 2024

The concept that I was referring to with “bilinear Gouraud shading but defined on edges” can also be understood as Whitney maps. This feature is generally useful, not only for visualization purposes.

https://www.sciencedirect.com/science/article/pii/S0377042721001394

See also Chapter IV, Section 27 of Whitney’s GIT.

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