The ``elements.py`` module ========================== .. py:module:: ansys.dpf.core.elements Summary ------- .. py:currentmodule:: elements .. tab-set:: .. tab-item:: Classes .. list-table:: :header-rows: 0 :widths: auto * - :py:obj:`~ansys.dpf.core.elements.Element` - Contains all properties of an element of a mesh. * - :py:obj:`~ansys.dpf.core.elements.Elements` - Contains elements belonging to a meshed region. * - :py:obj:`~ansys.dpf.core.elements.ElementAdder` - Provides for adding new elements in a meshed region. .. tab-item:: Enums .. list-table:: :header-rows: 0 :widths: auto * - :py:obj:`~ansys.dpf.core.elements.element_types` - Types of elements available in a dpf's mesh. .. toctree:: :titlesonly: :maxdepth: 1 :hidden: Element Elements ElementAdder .. toctree:: :titlesonly: :maxdepth: 1 :hidden: element_types Description ----------- Elements.