Model
The model module of geos-mesh package contains data model.
geos.mesh.model.CellTypeCounts filter
CellTypeCounts stores the number of elements of each type.
- class geos.mesh.model.CellTypeCounts.CellTypeCounts[source]
Bases:
object
CellTypeCounts stores the number of cells of each type.
- addType(cellType)[source]
Increment the number of cell of input type.
- Parameters:
cellType (int) – cell type