Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Many bug fix:
authoralegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 26 Jul 2007 18:57:43 +0000 (18:57 +0000)
committeralegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 26 Jul 2007 18:57:43 +0000 (18:57 +0000)
commitc9ac9b66d4880cbbc9aebad711b3288701577fa5
tree8adad457d0d85a372f2eb2f6bc665d92fc8ef432
parentee4826df7653877c4146666d360ce83a546ce0ec
Many bug fix:

 * func_fp can be used to compute new_mu without having to resort to a dichotomy. So let's ask users to provide it.
 * func_f can be used to compute the dual functionnal (d), that is useful to check the convergence of the gradient. So let's ask users to provide it.
 * bug fix in the dichotomy. The stopping condition on overall_error was wrong.
 * Compute the dual (d) to check the convergence.
 * BUG FIX in the RENO functions. We need to write 3.0/2.0 and not 3/2..... It took me a while to find this nasty one! :(

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3895 48e7efb5-ca39-0410-a469-dd3cf9ba447f
src/surf/lagrange.c