lukasgartmair / lpcvt

2 stars 0 forks source link

Use the algebraic structure instead of the combinatorial one #5

Open lukasgartmair opened 8 years ago

lukasgartmair commented 8 years ago

The mesh is passed by adress that means it is changed inside compute FLp. add the RVD computation to testalgebra after lp is minimized. (Or do i have to do that manually with a loop)?!

http://www.learncpp.com/cpp-tutorial/74-passing-arguments-by-address/

lukasgartmair commented 8 years ago

where is the mesh changed, is it changed, and if not why not ? maybe try other seeds than the verts!

lukasgartmair commented 8 years ago

seeds / initial verts ratio in the three holes example data = 2.5! the distribution of the seeds has to follow 'isotropic remehing 4.1. Initialization

bozhicheng91 commented 8 years ago

hello, I tried to use your code , but it did not work . what I do is

cd  build
cmake ..
make 

there are many mistakes , can you tell how to use you code, I would appreciate it very much. and I am a Masters student in China. my email is bozhicheng91@gmail.com Thanks in advances