Skip to content

Internals of IndexSet #63

Answered by amartinhuertas
fredrikekre asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @fredrikekre,

IndexSet describes the (potentially overlapping) data distribution layout of a global set of indices in each of the parts on which this set is partitioned (note there are as many IndexSet instances as parts, one per part). The part member variable represents the part corresponding to the IndexSet. These indices can be used to label entities of distributed global data structures such as cells, degrees of freedom, etc.

A given part only stores a portion of the global indices. In order to locally address the entities on the local part, these are assigned a local index. lid_to_gid stores the mapping among local and global indices. Note that the eltype of lid_to_gid is 64-bit …

Replies: 8 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@termi-official
Comment options

Answer selected by fredrikekre
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants