Hi,

Now, I am running my codes in parallel mode. In each processor, I travel
over all the local elements to get the node and the corresponding global dof
number at this node using dof_number(). I also get the first dof number
using DoofObject::first_dof() function. Because there is a mesh interface
between two processors, I find some dof number is less than first dof
number.

I guess these dof numbers should belong to the processor with low ID, right?
If it is, to current processor, I just omit these dof numbers? They are not
counted in dofs using n_local_dofs(), right? thanks a lot.

Regards,

Yujie
------------------------------------------------------------------------------
_______________________________________________
Libmesh-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to