dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #17867
Re: [Question #104471]: BCs in mixed space vector+scalar+scalar
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.
Follow ups
References