← Back to team overview

ffc team mailing list archive

Re: Misc bugs

 

Anders Logg wrote:
On Tue, Jan 26, 2010 at 11:34:49AM +0100, Marie Rognes wrote:
Anders Logg wrote:
A list of misc bugs detected by the regression tests:

1. global_dimension

  old = 10003
  new = 10001

2. num_entity_dofs_2

  old = 0
  new = 1

  (related to global_dimension error?)

3. interpolate_vertex_values

  old = 0 0 0
  new = 0.306 0.4256 0.7644

  (strange)



This one is caused by the very clever reuse of 'values'
in ufctest.h. The argument 'values' is filled by evaluate_dofs, which
(wildly guessing) probably returns zero in the modded 0.7.1 ffc.
Hence the interpolated values are also zero.
--
Marie


Will look and fix above, unless you have already done so.

No, I was hoping you would fix it.

I'll just sit back now and watch the changesets roll in. :-)

--
Anders




References