feelpp / angiotk

Virtual Angiography Toolkit
http://docs.feelpp.org/angiotk/0.1
Apache License 2.0
5 stars 0 forks source link

Remove scaling from spring example #39

Open francoisdh opened 6 years ago

francoisdh commented 6 years ago

We would like to remove the scaling of the spring example. The unit defined at the first line of docs/modules/centerlines/examples/spring/spring.geo should be 0.1 instead of 10.

This would then allow to remove gmsh.scale=1e-2 option in Feel++ toolboxes spring examples: https://github.com/feelpp/toolbox/blob/master/examples/modules/cfd/examples/spring/spring.cfg

This 100x scaling was introduced as a workaround which should not be required anymore.

francoisdh commented 6 years ago

Status update:

The last commit is not enough to fix issue #39, angiotk_meshing_remeshstl now seems to hang or run into infinite loop (using 100% cpu) at "run OpenSurface" step. Last output line:

Info    : AngioTkCenterline: prepare data for cutting done
prudhomm commented 6 years ago

@francoisdh do you know how to fix that ?

@vincentchabannes any idea ?

prudhomm commented 6 years ago

@francoisdh you should provide some more information and look for yourself also in the code to understand where it gets "stuck"

francoisdh commented 6 years ago

@prudhomm Ok, I will look it up. I just wanted to post an update about it and ask if there was an already known problem/solution I didn't know about.