ARudik / feelpp

Automatically exported from code.google.com/p/feelpp
0 stars 0 forks source link

use comp(X) in parallel #59

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
If u is a velocity field, u.comp(X) doesn't work in parallel and return :

Warning in /home/veys/git_master/feelpp/feel/feeldiscr/functionspace.hpp:4654
FunctionSpace::Element invalid access index
terminate called without an active exception

I seems to come from Feel::VectorUblas<>::operator()()

Original issue reported on code.google.com by stephane...@gmail.com on 5 Jan 2013 at 8:29