One or more new changesets pushed to the primary dolfin repository. A short summary of the last three changesets is included below.
changeset: 5657:e893f260884275f77ce803fbf3220f140c678760 tag: tip user: "Ola Skavhaug <[email protected]>" date: Tue Feb 10 10:03:11 2009 +0100 files: dolfin/function/GenericFunction.h description: Remove dead abstraction. changeset: 5656:294c8d6cab0b74a2aefde88fce5f022cd7ffae2f parent: 5655:4b45b1c3ac41112dddf37d0ce4b69b29cc11c9f3 parent: 5654:0f35fb2fb75bf5f79036b6a7338af7e5198390a8 user: Anders Logg <[email protected]> date: Mon Feb 09 23:18:15 2009 +0100 files: description: Merge work on ODE solvers changeset: 5655:4b45b1c3ac41112dddf37d0ce4b69b29cc11c9f3 parent: 5653:eb6f16b504afff7dbc5b3270495508e9e99a397e user: Anders Logg <[email protected]> date: Mon Feb 09 23:18:00 2009 +0100 files: demo/ode/collection/cpp/SConstruct demo/ode/collection/cpp/main.cpp demo/ode/collection/cpp/plot.py dolfin/ode/ODE.cpp dolfin/ode/ODE.h dolfin/ode/ODECollection.cpp dolfin/ode/ODECollection.h dolfin/ode/ODESolver.cpp dolfin/ode/ODESolver.h dolfin/ode/TimeStepper.cpp dolfin/ode/TimeStepper.h dolfin/ode/dolfin_ode.h description: Major restructuring of ODE solver interfaces: - Add solve() that may be called repeatedly to solve on a sequence of time intervals, not only one single interval [0, T] - Data persistent between calls and only created once at startup - Minor fixes and cleanups in ODE, ODESolver and TimeStepper - Add experimental class ODECollection not doing anything sensible yet, to be used for solving collections of ODEs sharing a single equation but having different states (for solving the bidmain equations) ---------------------------------------------------------------------- For more details, visit http://www.fenics.org/hg/dolfin _______________________________________________ DOLFIN-dev mailing list [email protected] http://www.fenics.org/mailman/listinfo/dolfin-dev
