carputils
Doxygen code documentation for the python framework controlling openCARP
|
Classes | |
class | Element |
Describes a mesh element. More... | |
class | ElementCompressedRowMixin |
Element mixing implementing compressed row storage similar to openCARP storage. More... | |
class | ElementMaskedArrayMixin |
Element mixin implementing numpy masked array storage. More... | |
class | ElementMixinBase |
Base class for element mixins, to be subclassed with element storage code. More... | |
class | Mesh |
Base mesh class with read functionality. More... | |
Variables | |
xrange = range | |
dictionary | CARP_ELEM_ID |
dictionary | CARP_ELEM_LABEL = {val: key for key, val in CARP_ELEM_ID.items()} |
dictionary | CARP_ELEM_SIZE |
dictionary carputils.mesh.base.CARP_ELEM_ID |
dictionary carputils.mesh.base.CARP_ELEM_LABEL = {val: key for key, val in CARP_ELEM_ID.items()} |
dictionary carputils.mesh.base.CARP_ELEM_SIZE |
carputils.mesh.base.xrange = range |