Dear all,

I am trying to compute the mean value of the pressure component of a 
Trilinos block vector with three blocks and 7 components 
(vorticity-velocity-pressure).

Using one MPI rank is fine but if I use more I get the error

"An error occurred in line <666> of file 
</home/ksimon/lib/dealii-9.2.0-src/source/lac/trilinos_vector.cc> in 
function 
   dealii::TrilinosScalar 
dealii::TrilinosWrappers::MPI::Vector::operator()(dealii::TrilinosWrappers::MPI::Vector::size_type)
 
const 
The violated condition was:  
   false 
Additional information:  
   You tried to access element 3023 of a distributed vector, but this 
element is not stored on the current processor. Note: There are 4456 
elements stored on the current processor from within the range 5544 through 
9999 but Trilinos vectors need not store contiguous ranges on each 
processor, and not every element in this range may in fact be stored 
locally."

Now, I know what that means. Is there anything I can do? A workaround?

Thanks in advance and best regards,
Konrad

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dealii/15e015b4-af0f-466e-b628-f3777ab64327n%40googlegroups.com.

Reply via email to