Thread Previous • Date Previous • Date Next • Thread Next |
Anders Logg wrote:
On Thu, Oct 01, 2009 at 10:25:16AM +0100, Garth N. Wells wrote:Anders Logg wrote:On Thu, Oct 01, 2009 at 01:37:13AM +0200, 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: 7205:245f10510e8e tag: tip user: "Garth N. Wells <gnw20@xxxxxxxxx>" date: Thu Oct 01 00:37:03 2009 +0100 files: demo/function/eval/cpp/main.cpp demo/pde/bcs/cpp/main.cpp demo/pde/curl-curl/cpp/main.cpp demo/pde/equality/cpp/main.cpp demo/pde/nonlinear-poisson/cpp/main.cpp demo/pde/periodic/cpp/main.cpp demo/pde/poisson1D/cpp/main.cpp demo/pde/simple/cpp/main.cpp demo/pde/stokes/stabilized/cpp/main.cpp demo/pde/stokes/taylor-hood/cpp/main.cpp description: All demos compile.Nice! What else remains on the C++ side?Some testing and perhaps some more clean up. I find the logic around the the interpolate functions in FunctionSpace a bit confusing. Should some of that functionality be moved to Function?Yes, that needs some cleanup. I haven't given it any thought though. Perhaps we should put everything into Function? It's confusing when calls jump between files.
Yes, that's what I have trouble with.
I think I had some good motivation for it when it was first implemented but I don't see the point now.It would be nice to get the Python interface working (or at least compiling again).Yes, but I don't know if that's possible without Hake.
I was applying some gentle pressure? Your sentence reads like Johan has vanished - are you still around Johan?
Garth The Function
metaclass stuff needs to be split up into two classes (Function and Expression). -- AndersGarthI thought I'd take a look now at the CoefficientSet functionality.changeset: 7204:fec8931d34d1 user: "Garth N. Wells <gnw20@xxxxxxxxx>" date: Wed Sep 30 23:59:46 2009 +0100 files: demo/pde/dg/advection-diffusion/cpp/main.cpp demo/pde/dg/biharmonic/cpp/main.cpp demo/pde/dg/poisson/cpp/main.cpp description: Get more demos working. changeset: 7203:1ea11bd21ae8 user: "Garth N. Wells <gnw20@xxxxxxxxx>" date: Wed Sep 30 23:56:36 2009 +0100 files: demo/pde/cahn-hilliard/cpp/main.cpp demo/pde/elasticity/cpp/main.cpp demo/pde/mixed-poisson/cpp/main.cpp description: Get some more demos running. ---------------------------------------------------------------------- For more details, visit http://www.fenics.org/hg/dolfin _______________________________________________ DOLFIN-dev mailing list DOLFIN-dev@xxxxxxxxxx http://www.fenics.org/mailman/listinfo/dolfin-dev ------------------------------------------------------------------------ _______________________________________________ DOLFIN-dev mailing list DOLFIN-dev@xxxxxxxxxx http://www.fenics.org/mailman/listinfo/dolfin-dev_______________________________________________ DOLFIN-dev mailing list DOLFIN-dev@xxxxxxxxxx http://www.fenics.org/mailman/listinfo/dolfin-dev ------------------------------------------------------------------------ _______________________________________________ DOLFIN-dev mailing list DOLFIN-dev@xxxxxxxxxx http://www.fenics.org/mailman/listinfo/dolfin-dev
Thread Previous • Date Previous • Date Next • Thread Next |