Home | Trees | Indices | Help |
---|
|
object --+ | GmshElementBase
.. automethod:: vertex_count .. automethod:: node_count .. automethod:: get_lexicographic_gmsh_node_indices .. automethod:: equidistant_vandermonde .. method:: equidistant_unit_nodes (Implemented by subclasses)
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
Return the number of interpolation nodes in this element.
|
Generate tuples enumerating the node indices present in this element. Each tuple has a length equal to the dimension of the element. The tuples constituents are non-negative integers whose sum is less than or equal to the order of the element.
|
|
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Sat Apr 2 12:04:49 2016 | http://epydoc.sourceforge.net |