← Back to team overview

ufl team mailing list archive

UFL form checks.

 


Hi,

Currently UFL will complain about:

a = v*u*dS

*** FFC: Form argument must be restricted.
*** FFC: To get more information about this error, rerun FFC with --debug.

which is OK, but not about this form:

a = v('+')*u*dx

This should result in an error (no restrictions on dx or ds).

Kristian


Follow ups