On 10. feb. 2011, at 13:00, Anders Logg <[email protected]> wrote:
> Did we all agree on the new functions to be added in the next UFC > release? > Yes. -- Marie > 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 > > _______________________________________________ > Mailing list: https://launchpad.net/~dolfin > Post to : [email protected] > Unsubscribe : https://launchpad.net/~dolfin > More help : https://help.launchpad.net/ListHelp _______________________________________________ Mailing list: https://launchpad.net/~dolfin Post to : [email protected] Unsubscribe : https://launchpad.net/~dolfin More help : https://help.launchpad.net/ListHelp

