Question #152076 on DOLFIN changed:
https://answers.launchpad.net/dolfin/+question/152076
Status: Open => Answered
Garth Wells proposed the following answer:
The problem is that u is a TrialFunction. To interpolate, it should be a
Function,
u = Function(V)
It's easiest if you can post pieces of code that are complete, i.e. code
that can by copied, pasted and run.
--
You received this question notification because you are a member of
DOLFIN Team, which is an answer contact for DOLFIN.
_______________________________________________
Mailing list: https://launchpad.net/~dolfin
Post to : [email protected]
Unsubscribe : https://launchpad.net/~dolfin
More help : https://help.launchpad.net/ListHelp