← Back to team overview

ffc team mailing list archive

Status update

 

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’

--
Anders

Attachment: signature.asc
Description: Digital signature


Follow ups