← Back to team overview

dolfin team mailing list archive

Release of UFC 1.6

 

Did we all agree on the new functions to be added in the next UFC
release?

1. create() in finite_element and dof_map:

  virtual finite_element* create() const = 0;
  virtual dof_map* create() const = 0;

2. tabulate_tensor which takes *global* coordinates in all the
integral classes:

  virtual void tabulate_tensor(double* A,
                               const double * const * w,
                               const ufc::cell& c,
                               unsigned int num_quadrature_points,
                               const double * const * quadrature_points,
                               const double * quadrature_weights) const = 0;

If so, I can add those and make a release of UFC 1.6 later today.
It would be good to get the new release out so that it can be
installed on the buildbots (and new code added to DOLFIN that depends
on 1.6 without #ifdefs).

--
Anders



Follow ups