This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision Last revision Both sides next revision | ||
doc:user:remeshing:remeshing [2016/06/13 17:19] joris [File 2 : script] |
doc:user:remeshing:remeshing [2016/06/14 18:15] joris [Options] |
||
---|---|---|---|
Line 547: | Line 547: | ||
Since we conserve the inertial forces and correct the internal ones, this post-remeshing algorithm works quite well for quasi-static and low speed dynamic computations. For high speed dynamic computations, | Since we conserve the inertial forces and correct the internal ones, this post-remeshing algorithm works quite well for quasi-static and low speed dynamic computations. For high speed dynamic computations, | ||
+ | |||
+ | ==== Options ==== | ||
+ | |||
+ | The complete '' | ||
+ | |||
+ | setBalancing(executeBalancing, | ||
+ | | ||
+ | The first argument has already been described and indicates whether balancing should be done or not. | ||
+ | |||
+ | For the advanced user, a few options can be played with by changing the three of arguments. | ||
+ | |||
+ | First of all, it is possible to deactivate the '' | ||
+ | |||
+ | Second, the number of iterations for each step of the balancing can be changed. By default, seven iterations are tried before increasing the fraction of the unbalanced forces and starting again. | ||
+ | |||
+ | Finally, the tolerance can also be changed. The parameter $\alpha$, used to ponder the unbalanced forces, starts at 1 and is progressively divided by 2 when a step fails. Once $\alpha$ becomes smaller than the tolerance, the algo stops itself, returns an error, and the temporal integrationdoes not restart. The default value of 0.001 can be changed if needed. | ||
+ | |||
+ | --- // |