A set of CUBA keywords will be added for the low level CUDS items.
POINT
PARTICLE
BOND
EDGE
FACE
CELL
NODE
New method in CUDS containers
def count_of(self, item_type):
""" Return the count of item_type in the container.
Parameter
---------
item_type : CUBA
The CUBA enum of the type of the items to return the count of.
Returns
-------
count : int
The number of items of item_type in the container.
Raises
------
ValueError :
If the type of the item is not supported in the current container.
"""
tasks:
A set of CUBA keywords will be added for the low level CUDS items.
New method in CUDS containers
tasks: