This is a read only copy of the old FEniCS QA forum. Please visit the new QA forum to ask questions

local-to-global map of node indices

0 votes

Hi,

I am running dolfin in parallel. What I need is a map of the global node indices on each processor. This is easily possible with the ParallelData class object which I can get via:
mesh.parallel_data(). However I find that ParallelData is not there in recent versions like 1.6.0 and 2016.1.0. So can you please suggest me a way to reach my objective.

PS: I also noticed that IndexMap class is not there in version 1.6.0. I donot quite understand why documented classes are'nt there which makes life difficult.

asked Nov 2, 2016 by shankha FEniCS Novice (220 points)
...