CVSROOT: /cvs/purrs
Module name: purrs
Changes by: pescetti(a)cs.unipr.it 2005-03-28 01:50:24
Modified files:
src : compute_exact_solution.cc
Log message:
Use the old method as a fallback when the new method would give
up. This is temporary as the new method will eventually
incorporate all the features of the old one.
Patches:
http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/purrs/src/compute_exact_solution.…
CVSROOT: /cvs/purrs
Module name: purrs
Changes by: pescetti(a)cs.unipr.it 2005-03-27 12:31:12
Modified files:
src : compute_exact_solution.cc
Log message:
Store irrational roots in the Blackboard while computing the
solution. This dramatically improves the time needed to find the
solution, but verification can still be hard.
Patches:
http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/purrs/src/compute_exact_solution.…
CVSROOT: /cvs/purrs
Module name: purrs
Changes by: pescetti(a)cs.unipr.it 2005-03-26 08:12:45
Modified files:
src : compute_exact_solution.cc
Log message:
Compute the part of the solution depending on the initial
conditions when the characteristic equation has distinct roots.
This allows reliable result verification and meaningful
comparison between methods.
Patches:
http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/purrs/src/compute_exact_solution.…
CVSROOT: /cvs/purrs
Module name: purrs
Changes by: pescetti(a)cs.unipr.it 2005-03-25 15:14:50
Modified files:
src : compute_exact_solution.cc
Log message:
Pass the right multiplicity to the new method and force equal to
zero all the unknowns that, expectedly, remain undetermined. This
prevents the method from adding new parameters to the solution.
Patches:
http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/purrs/src/compute_exact_solution.…