← Back to team overview

dolfin team mailing list archive

function: [...]

 

Commit from johanjan (2005-12-13 03:01 CET)
--------------------

function:

Add FIXME. A user-defined function which doesn't implement eval() (or
implements the wrong prototype) will go into an infinite loop when
using UserFunction::interpolate(). It will call Function::eval() which
will call UserFunction::operator() which will call Function::eval()
etc.

  dolfin  src/kernel/function/UserFunction.cpp  1.5



Follow ups