Hamilton

Results 5 comments of Hamilton

following up looking at the code in geometry central, is it possible to create a list of barycentric face points with these conditions? ``` void SignedHeatSolver::buildSignedCurveSource(const Curve& curve, Vector& X0)...

hey @nzfeng thanks for getting back to me, I was able to get something to work by sending a long list of curves each defined as two points in the...

I was able to set up this test case that puts one point in each face that is adjacent to the next point in the next face: and then checked...

one of the issues with using the edgeflipsgeodesics -> signedheatmethod pipeline here is that the edgeflipgeodesics returns 3d positions and the signedheatmethod takes in a list of surface points meaning...

hey @nzfeng , I come from using geometrycentral very extensively for about 3 years now, and extending/modifying it for my specific use cases in C++ as well. I am very...