← Back to team overview

dolfin team mailing list archive

Re: Plans for next release

 

On Fri, Feb 25, 2005 at 05:42:29PM +0100, Johan Jansson wrote:
> Updating list:
> 
> > 
> >        convdiff			keep
> >        elasticity		keep, Johan J maintains
> >        euler			Harald?
> >        navierstokes		
> >        poisson-multigrid	fold into poisson
> >        wave			keep, Johan J maintains
> >        elasticity-stationary	fold into elasticity
> >        heat			keep
> >        odesolver		remove
> >        wave-vector		remove
> >        elasticity-updated	keep, Johan J maintains
> >        poisson			keep
> >        template			keep

Looks good, and most likely Johan H will maintain the Navier-Stokes
module.

> I think we should try to make the modules as general as possible. For
> example, if we don't do the time-stepping in the form, then every
> module could have an option for being stationary or
> time-dependent. Similarly, the Poisson module should have an option
> for using multigrid or not. I guess the modules are mostly for
> demonstration, but it's really nice to be able to just solve a problem
> easily when you need a reference solution or something similar, and
> then it's nice to be able to specify dimension, time-dependence etc.

I agree. We should also put in adaptivity, error estimation etc for
all solvers at some point.

It think we should put one very simple example (Poisson) in the
src/demo directory, maybe src/demo/fem or src/demo/poisson. We could
just copy from the current Poisson module. I think it's good to have
one demonstration example that is extremely simple.

/Anders



References