Jump to content

Basic operators in vex / python


k2p8

Recommended Posts

Hi folks, 

I am actually coding some basic operators like divergence, gradient in vex and python to demistify them and wanted to share the file with you.

Feel free to update or correct the file since i might not be sure of some operators.

it contains :

- Divergence (voxel and points)

- Gradient (voxel and points)

- Curl (voxel) : the curl seems to not have the same order as vdb curl so still in wip

- Laplacian (voxel) : The computed laplacian is somehow less precise than vdb laplacian

- Covariance matrix and eigen vectors (points) : It works but the scale is normalize

- Laplacian matrix of a mesh (python)

- Bernstein polynomials

 

basic_operators_001.hiplc

  • Like 6
Link to comment
Share on other sites

  • 2 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...