dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #06424
Assignment from Discrete Function
Hi
I am trying to define initial Conditions for a time dependent pde by
defining a Function and using eval(), However I get runtime error while
solving the problem using LinearPDE solver. the error is as follows:
terminate called after throwing an instance of 'std::runtime_error'
what(): *** Error: Can only handle assignment from discrete
functions (for now).
does any one know how to tackle this error?
Thank you, Hatef
Follow ups