On 04/05/2017 02:13 AM, Lam DANG wrote:
//

Now, I would do similar in *dealii::LinearAlgebraTrilinos::MPI::BlockVector*
but there is no *block_write* and *block_read* in it.
/http://dealii.org/8.4.1/doxygen/deal.II/classTrilinosWrappers_1_1MPI_1_1BlockVector.html/

*Could you help me give any solution to store result in
dealii::LinearAlgebraTrilinos::MPI::BlockVector?*

You will have to write out elements one by one, as there is indeed no block_write/read functionality in these classes. Alternatively, and maybe more elegantly, you could of course implement these two functions in the LinearAlgebraTrilinos::MPI::BlockVector class.

Best
 W.

--
------------------------------------------------------------------------
Wolfgang Bangerth          email:                 bange...@colostate.edu
                           www: http://www.math.colostate.edu/~bangerth/

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