Question #104471 on DOLFIN changed:
https://answers.launchpad.net/dolfin/+question/104471

    Status: Answered => Solved

Chris Richardson confirmed that the question is solved:
OK, that solves my problem. Thank you, Johan!

It would be better, perhaps, if the default behaviour could be:

W=V+Q+R 
is equivalent to 
W=MixedFunctionSpace([V,Q,R])

and
W=(V+Q)+R
could be MixedFunctionSpace([MixedFunctionSpace([V,Q]),R]), if it is needed...

or maybe the W=V+Q style syntax should be deprecated...

-- 
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

Reply via email to