dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #12023
[HG DOLFIN] Merge work on ODE solvers
One or more new changesets pushed to the primary dolfin repository.
A short summary of the last three changesets is included below.
changeset: 5656:294c8d6cab0b74a2aefde88fce5f022cd7ffae2f
tag: tip
parent: 5655:4b45b1c3ac41112dddf37d0ce4b69b29cc11c9f3
parent: 5654:0f35fb2fb75bf5f79036b6a7338af7e5198390a8
user: Anders Logg <logg@xxxxxxxxx>
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 <logg@xxxxxxxxx>
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)
changeset: 5654:0f35fb2fb75bf5f79036b6a7338af7e5198390a8
user: "Johan Hake <hake@xxxxxxxxx>"
date: Mon Feb 09 22:26:20 2009 +0100
files: dolfin/swig/dolfin_la_post.i test/unit/la/python/test.py
description:
Small changes to dynamic type checking for la interface
- You can now add a Vector/Matrix with its correspondent down_casted version
- Added test for this in the test/unit/la/unit/python
----------------------------------------------------------------------
For more details, visit http://www.fenics.org/hg/dolfin