← Back to team overview

dolfin team mailing list archive

Re: [Question #152076]: Initial Concition for vector valued function

 

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.