vidartf / unray

Jupyter Widgets for volume rendering of functions on unstructured tetrahedral meshes.
BSD 3-Clause "New" or "Revised" License
14 stars 4 forks source link

Implement deformation plots #23

Open martinal opened 7 years ago

martinal commented 7 years ago

Just need to

This should work fine in concert with most if not all other methods.

martinal commented 7 years ago

For most purposes, just setting mesh.points to x0 + deformation should do the trick.

martinal commented 7 years ago

Added example of how to do that to demo notebook.