Anders Logg wrote: > Don't know. Do you have a good test example?
demo/pde/poisson/cpp ;). Garth > > -- > Anders > > > On Sun, Jan 24, 2010 at 11:50:40PM +0000, Garth N. Wells wrote: >> Are named variables working in the DOLFIN wrapper code for ffc-dev? I >> fixed this recently in ffc-main. >> >> Garth >> >> Anders Logg wrote: >>> The regression test script is starting to shape up. There's still some >>> work to do but one can run it to generate code, check code against >>> stored references and build test programs against the generated code. >>> >>> Just enter test/regression and run python test.py. Errors are logged >>> to error.log. >>> >>> Here are some highlights of errors that pop up: >>> >>> 1. Quadrature representation failing (no surprise since I broke it) >>> >>> 2. Unused variables >>> >>> VectorLaplaceGradCurl.h:138: error: unused variable ‘idx3’ >>> VectorLaplaceGradCurl.h:139: error: unused variable ‘n0’ >>> VectorLaplaceGradCurl.h:140: error: unused variable ‘n1’ >>> VectorLaplaceGradCurl.h:141: error: unused variable ‘n2’ >>> VectorLaplaceGradCurl.h:143: error: unused variable ‘f2’ >>> VectorLaplaceGradCurl.h:144: error: unused variable ‘f3’ >>> VectorLaplaceGradCurl.h:146: error: unused variable ‘f5’ >>> >> _______________________________________________ Mailing list: https://launchpad.net/~ffc Post to : [email protected] Unsubscribe : https://launchpad.net/~ffc More help : https://help.launchpad.net/ListHelp

