> These are then used as input for constructing the fe_values and pulling out
> the local velocity values.  It is precisely when using the
> fe_values.get_function_values(velocity_model->get_velocity(),
> local_velocity_values)
>
> that the error
>
>  fe_values.get_function_values() on the velocity vector.
>      ExcIndexNotPresent (n)
>
> was triggered.

Then you either ask this on a cell that is not locally owned or your
vector in velocity_model->get_velocity() doesn't have ghost values.

-- 
Timo Heister
http://www.math.clemson.edu/~heister/

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