2017-07-19 14:40 GMT-04:00 'Maxi Miller' via deal.II User Group
<[email protected]>:
> But is that even a good idea to put the three solution-vectors into one
> Table, and return them, or should I rather put all three vectors in one
> large vector, and then slice the respective results out of the large vector?
Yeah using the Table won't work, the object needs to implement sadd ->
it needs to be some kind of vector. I think you will have to create
one large vector and slice it.

Best,

Bruno

-- 
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see 
https://groups.google.com/d/forum/dealii?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to