carputils
Doxygen code documentation for the python framework controlling openCARP
Classes | Namespaces | Variables
base.py File Reference

Classes

class  carputils.mesh.base.Element
 Describes a mesh element. More...
 
class  carputils.mesh.base.ElementMixinBase
 Base class for element mixins, to be subclassed with element storage code. More...
 
class  carputils.mesh.base.ElementMaskedArrayMixin
 Element mixin implementing numpy masked array storage. More...
 
class  carputils.mesh.base.ElementCompressedRowMixin
 Element mixing implementing compressed row storage similar to openCARP storage. More...
 
class  carputils.mesh.base.Mesh
 Base mesh class with read functionality. More...
 

Namespaces

 carputils.mesh.base
 

Variables

 carputils.mesh.base.xrange = range
 
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