Hello Daniel

I have a normal Triangulation and I solve on this using a Vector<double>. I
could save this to file calling Vector<double>::print.

Is it now possible to read this into a TrilinosWrappers::MPI::Vector ?

If not, what other option do I have to achieve this result.

Thanks
praveen

On Mon, Jun 20, 2016 at 7:45 PM, Daniel Arndt <
d.ar...@math.uni-goettingen.de> wrote:

> Praveen,
>
> I solve a PDE in serial and save the solution to file.
>>
> Do you mean that your triangulation is not a
> parallel::distributed::Triangulation or that you are simply running with
> one process?
>
>
>> Is there a way to now read this solution into a
>> TrilinosWrappers::MPI::Vector object ?
>>
> If you already save the solution from a TrilinosWrappers::MPI::Vector
> object, then parallel::distributed::SolutionTransfer should work for you as
> well.
> Note that you are allowed to choose the number of processes when reading
> different from the number of processes you used for writing.
> If your original vector is not a TrilinosWrappers::MPI::Vector object, how
> did you write the vector to a file?
>
> Best,
> Daniel
>
> --
> 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.
>

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