cp_matrices icon indicating copy to clipboard operation
cp_matrices copied to clipboard

Implementations of the Closest Point Method

Results 7 cp_matrices issues
Sort by recently updated
recently updated
newest added

### Issue: The python examples do not run properly when I tried running them in iPython. ### iPython Output: ### Proposed Solution: Cast the shape ndarray to integer values in...

I tried running the heat_triangulated_sphere.py module, but this failed at some different points in the code. It appears the index **shape** used in **build_diff_matrix** and **build_interp_matrix** needs to be converted...

In cpCutHole, there is a little nudge given in some rare conditions to prevent an infinite loop when certain normal vectors line up. This is detected with `if dist2 <...

If we're going to refine anyway, we should be able to hand in a full meshgrid to the refining code.

Use the E matrix, not Ebar in the GS. I don't anticipate this makes any significant difference.

Trying to find mobius strip with cpbar, failing like this: ``` >> make_mobius_grid cpParamSurface: starting to process 389017 points too many iters: n=101, sdiff=0.895999, s=(2.624968,-1.143308), s0=(3.518584,-1.000000), x=(-0.100000,-0.200000,-1.750000) Warning: max iterations...