|
carputils
Doxygen code documentation for the python framework controlling openCARP
|
Base class for element mixins, to be subclassed with element storage code. More...
Public Member Functions | |
| def | __init__ (self, *args, **kwargs) |
| def | elements (self) |
| Iterate over the elements of the mesh. More... | |
Public Attributes | |
| num_elems | |
Base class for element mixins, to be subclassed with element storage code.
| def carputils.mesh.base.ElementMixinBase.__init__ | ( | self, | |
| * | args, | ||
| ** | kwargs | ||
| ) |
| def carputils.mesh.base.ElementMixinBase.elements | ( | self | ) |
Iterate over the elements of the mesh.
Yields
------
Element
The mesh elements
| carputils.mesh.base.ElementMixinBase.num_elems |