← Back to team overview

dolfin team mailing list archive

FunctionSpaces and User-defined functions

 

In previous versions of DOLFIN, a user was able to define a function
(overloading eval) and then use it in several forms, even when the
forms had different function spaces.  It seems that currently a
FunctionSpace gets attached to the user function and then I get a
runtime error when it is used in another form.  Is there a way to tell
the function to delete the current function space?

Any help is appreciated.

-- Andy


Follow ups