Connectivity for Agglomeration #43
fdrmrc
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In #18, a data structure to store info about the neighboring cells and faces of an agglomeration has been constructed. It allows on to associate to faces of an agglomeration information about the neighboring entities.
In particular, given a master cell
cell
of an agglomeration, and an agglomerated faceagglo_f
, we can associate to the pair(cell,agglo_f)
a tuple containing:This should be enough to assemble a matrix, I plan to add what is really necessary tomorrow/next days. For the moment, one can do:
Beta Was this translation helpful? Give feedback.
All reactions