Dear Wolfgang,

Yes I would like to create a LA::MPI::BlockVector solution_at_receiver. And 
then copy it to a 
BlockVector localized_solution_at_receiver(solution_at_receiver) 
And output localized_solution_at_receiver only on the 0 processor.

I am having trouble initializing and filling solution_at_receiver.

If I am simply write

solution_at_receiver.reinit(4);
for (unsigned int i=0; i<4; ++i)
solution_at_receiver.block(i).reinit(n_Rc*dim);

I am getting error message, that there is no such function reinit with such 
arguments.

Could you please tell me what is the correct way.

Thank you very much in advance.

-- 
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 dealii+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to