On 05/11/2018 12:30 PM, [email protected] wrote:
I solved my problem. In the code I included below, I was using the Vector object from the namespace dealii::LinearAlgebraTrilinos::MPI. When I switch to using Vector objects from the namespace dealii::LinearAlgebra::EpetraWrappers (and add the trilinos_epetra_vector.h include file), the Epetra vector has LinearMap set to true.

That is an interesting observation. Would you be willing to spend a bit of time to look through how these two classes set up vectors differently and why we come out with different types of vectors?

I haven't written either of these classes, so can't say for sure, but it sounds like an inadvertent difference that we should fix eventually. Since you've already invested the time to look into the details of what *is* wrong, you're probably better positioned to find out *why* it is wrong. We would certainly appreciate the help!

Best & thanks in advance
 W.

--
------------------------------------------------------------------------
Wolfgang Bangerth          email:                 [email protected]
                           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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to