DOLFIN wrote: > One or more new changesets pushed to the primary dolfin repository. > A short summary of the last three changesets is included below. > > changeset: 5016:0bd539928f9d1b5a7996f769f595afeba35dd87f > tag: tip > user: Anders Logg <[EMAIL PROTECTED]> > date: Mon Oct 27 13:51:29 2008 +0100 > files: dolfin/fem/Form.cpp > description: > Add comment about further checks in Form::check >
I had hoped to do more checks in Form::check, but this requires creating ufc::finite_elements from ufc::form. Is there a better way than creating ufc::finite_elements just to perform a check? Garth > > changeset: 5015:602c7e3e34099c1a52162fad5339717f36b0a6cb > user: "Garth N. Wells <[EMAIL PROTECTED]>" > date: Mon Oct 27 11:29:53 2008 +0000 > files: demo/pde/poisson/cpp/main.cpp dolfin/function/Function.h > dolfin/pde/LinearPDE.cpp > description: > Star work on user-defined Functions. > > > changeset: 5014:ff9bff0a5018a013880ea9a9679fbb7e034eb6e4 > user: "Garth N. Wells <[EMAIL PROTECTED]>" > date: Mon Oct 27 11:16:14 2008 +0000 > files: dolfin/fem/Assembler.cpp dolfin/fem/UFC.cpp > dolfin/pde/LinearPDE.cpp > description: > Fix bug in UFC. > > ---------------------------------------------------------------------- > For more details, visit http://www.fenics.org/hg/dolfin > _______________________________________________ > DOLFIN-dev mailing list > [email protected] > http://www.fenics.org/mailman/listinfo/dolfin-dev _______________________________________________ DOLFIN-dev mailing list [email protected] http://www.fenics.org/mailman/listinfo/dolfin-dev
