Libraries | |
elementEdges | |
returns the edges of the element | |
elementFaces | |
returns the faces of the element | |
elementNodes | |
returns the nodes of the element | |
elementType | |
returns the element type: | |
getIdent | |
returns the ident of this point: | |
getIndex | |
sets the index of this element: | |
getLocalElementAtNode | |
a getter for local_element_at_node | |
part_index | |
sets the index of this element: | |
setElementType | |
a setter for the element type (careful!) | |
setIdent | |
sets the ident of this point: | |
setLocalElementAtNode | |
a setter for local_element_at_node |
This method initializes the element. Must be called after creation.
checkOnSurface | ... if true, then it automatically updates all adjacent topological neighbours regarding on_surface_flag |
local_element_at_node Type_LocalIndexVector [] |
is the index of this element at the given node. For example, given local node 'i', the node is nodes[i]. nodes[i] contains a list of connected elements. local_element_at_node[i] is the index of this element within that list.