|
ENTITY indices_range; nindices : INTEGER; start : ARRAY [1:nindices] OF INTEGER; finish : ARRAY [1:nindices] OF INTEGER; END_ENTITY; -- indices_range |
Entity data types and their attributesindices_rangenindices: INTEGER; start: ARRAY [1:nindices] OF INTEGER; finish: ARRAY [1:nindices] OF INTEGER; |
Users: by entity attributesindices_rangeindexed_elements_bc.element_indices indices_group indexed_points_bc.point_indices indices_group matched_mesh_connection.donor_range matched_mesh_connection.range mismatched_mesh_connection.points indices_group unstructured_donor_mesh.cells indices_group Users: by defined types, not used by any entity attributeindices_range- |
Global rules for this entity data type- |