← Back to team overview

dolfin team mailing list archive

Updated work plan for 0.6.2

 

On Tue, Aug 15, 2006 at 03:06:27PM +0200, Anders Logg wrote:

> Here's an updated suggested work plan for the next release:
> 
>    1. Fix class DefaultPreconditioner, start work on Preconditioner (Anders)
>    1. Fix classes LU and GMRES (Anders)
>    2. Finishing touches on Preconditioners (Garth)
>    3. Finish linear algebra section in manual (Johan H)
>    3. Make sure PyDOLFIN works for linear algebra (Johan J)
>    4. Review/cleanup of ODE solvers (Anders)
> 
> In addition, we should try to add some more unit tests, demos and
> benchmarks.

Here's an update:

1 + 1 + 2 + 4 are done.

 - The linear algebra looks good.
 - The ODE solvers look good, better than ever. All ODE demos now have
   plot.py scripts and all the benchmarks run perfectly.

We (at least I) haven't looked at the assembly and the PDE demos for a
while but I guess they mostly work. Anyway, we should check this
before the release and perhaps add some more plot.py scripts to those
demos.

So the updated TODO list for 0.6.2 looks as follows:

    1. Finish linear algebra chapter in manual (Johan H)
    2. Confirm that PyDOLFIN works ok (Johan J)
    3. Invert --enable-pydolfin and --disable-petsc
    4. Run all demos and add plot.py scripts (all)

Number (2)-(3) are easy fixes that we should be able to fix today.

If (1) takes time, maybe we don't need to wait indefinitely. The
manual on the web page will be updated nightly anyway.

/Anders


Follow ups

References