← Back to team overview

dolfin team mailing list archive

Re: Status of linear algebra

 

On Thu, Aug 10, 2006 at 09:52:36AM +0200, Anders Logg wrote:
> Garth, what is the status of the linear algebra? If you are happy,
> I'll take another look and then we can take care of the remaining stuff.
> 
> Here's a suggested plan:
> 
>        1. Review/cleanup (Garth)
>        2. Review/cleanup/class diagram (Anders)
>        3. Fix PyDOLFIN linear algebra including typedefs (Johan J)
>        3. Finish linear algebra section in manual (Johan H)
>        4. Remove PETSc ifdefs from Navier-Stokes module (Johan H)
>        4. Remove PETSc ifdefs from elasticity module (Johan J)
>        4. Unit tests for linear algebra (Anders, Garth)
>        4. Demos for linear algebra (Garth)
>        4. Benchmarks for linear algebra (Garth)
>        4. Review/cleanup of ODE solvers (Anders)
> 
> What more do we want to finish before the next release?
> 
> Hopefully we can make a concentrated effort and make the release
> quickly so we can move on to work on the mesh.
> 
> /Anders

Ok, good plan. I'd also like to review the TimeDependentPDE class
before release. It's related to the linear algebra and to the ODE
solvers. For example, it depends on both DenseVector (from ODE) and
Vector (for storing dofs), so it requires that those have a consistent
relationship and that there exists functions to translate between
them.

  Johan


Follow ups

References