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: 5053:a37ad63c855383fa6aae8b15bf20720b1a96398f > tag: tip > user: Anders Logg <[EMAIL PROTECTED]> > date: Thu Oct 30 18:53:36 2008 +0100 > files: demo/pde/poisson/cpp/main.cpp dolfin/fem/DirichletBC.cpp > dolfin/function/Constant.cpp dolfin/function/Constant.h > dolfin/function/Function.cpp dolfin/function/Function.h > description: > Make Constants work (only scalar constructors added so far) >
It would make things simple if we stick to scalar constants and I would be happy with that. Constant vector functions for which all components are equal are easy too, but not all that useful. Anything else, like a vector [0, 1] will required a FiniteElement to guarantee the correct tabulation, right? Garth > > changeset: 5052:728c4b5ccddbc2251d4f68b98ec4c6e27767ce1a > user: Anders Logg <[EMAIL PROTECTED]> > date: Thu Oct 30 18:35:47 2008 +0100 > files: dolfin/fem/BoundaryCondition.cpp dolfin/fem/BoundaryCondition.h > dolfin/fem/DirichletBC.cpp dolfin/fem/DirichletBC.h dolfin/fem/PeriodicBC.cpp > dolfin/fem/PeriodicBC.h dolfin/pde/LinearPDE.cpp dolfin/pde/NonlinearPDE.cpp > description: > Remove all Form arguments to BC classes. > > > changeset: 5051:c4c52a414c018954856c8e1788d4098ce6d78d33 > user: Anders Logg <[EMAIL PROTECTED]> > date: Thu Oct 30 13:41:39 2008 +0100 > files: demo/pde/poisson/cpp/main.cpp dolfin/fem/Assembler.cpp > dolfin/fem/DirichletBC.cpp dolfin/fem/DirichletBC.h > description: > Modify interface for DirichletBC, now requires FunctionSpace instead of Mesh > > ---------------------------------------------------------------------- > 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
