Skip to content

Add mesh ID.

Dmitry Yu. Naumov requested to merge github/fork/endJunction/AddMeshId into master

For global matrix and vector assemble a unique mesh id is required because we are dealing with multiple meshes simultaniously.

I propose (taken shamelessly from the wiki) to use a global counter for this.

I prefere this to setID() method, because the id assignment is consistent (although not thread-safe yet).

Same code can be used to enumerate variables and other objects which require unique id.

Merge request reports