dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #07756
Fenics integration testing
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
Follow ups