Replies: 1 comment
-
Hello -- APBS uses tri-linear interpolation. The code can be found here: Line 236 in c2e5af2 If you have a dot representation of the surface, you should be able to call Thank you, Nathan |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I’d like to know how multivalue implements interpolation, using the Vgrid_value function? What is the specific method of interpolation? For example, I use multivalue to interpolate the data of the vertices which represent molecular surface. How do I then estimate the value of a certain area on the surface? Is this related to the vertices' values and the density of the vertices? But I think the simple product of value and density might be wrong. So the interpolation of vertices by multivalue may affect the value of the final area. I want to know the specific function of multivalue.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions