Skip to content

Help understanding elemental variables #17273

Discussion options

You must be logged in to vote

In libMesh, the dofs for elemental variables are represented on the element themselves.

Let's say you have a system with just a single first order, elemental variable and QUAD4 elems. Each QUAD4 elem would have 4 dofs associated with it (a value at each "node"; note I use "node" here because it's not actually stored on the Node object!). Then, all of the physical Node objects (which represent the vertices for each QUAD4 elem, which are shared between elems) have no dofs whatsoever. In addition, for first-order L2_LAGRANGE variables, the spatial location of each node (where the dofs live physically in space) happen to also be the physical location of the Nodes - even though the Node object…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by aprilnovak
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants