← Back to team overview

dolfin team mailing list archive

Re: Fenics integration testing

 

On Wed, Apr 30, 2008 at 05:03:15PM +0200, Dag Lindbo wrote:
> Hello all!
> 
> I've made a small program that is intended to check that ffc and dolfin 
> integrate (and produce the correct numerical results). It does:
> 
>   - clean all
>   - build form
>   - build solver
>   - compute solution
>   - load reference solution
>   - compute norm of the difference
> 
> This could perhaps be part of the testing suite? I've spent hours 
> debuging forms and solvers only to have it turn out that I needed to 
> reinstall (or update) ffc and/or dolfin...
> 
> Take a look:
> http://www.csc.kth.se/~dag/dolfin/fenics_integration.tar.gz
> 
> /Dag

Looks good.

Can you

  1. Rename the script --> test.py
  2. Put everything under test/regression/poisson
  3. Add it to the list of tests in test/test.py
  4. Submit it as a bundle

-- 
Anders


References