|
ENTITY matched_mesh_connection SUBTYPE OF (mesh_connectivity); SELF\mesh_connectivity.current : structured_mesh; range : indices_range; donor : structured_mesh; donor_range : indices_range; transform : ARRAY [1:index_count] OF INTEGER; WHERE wr1: current :<>: donor; wr2: donor.index_count = index_count; wr3: range.nindices = index_count; wr4: donor_range.nindices = index_count; END_ENTITY; -- matched_mesh_connection |
Entity data types and their attributesmesh_connectivityname: label; description: text; id: identifier; current: mesh; (DER) index_count: INTEGER; matched_mesh_connection (RT) current: structured_mesh; range: indices_range; donor: structured_mesh; donor_range: indices_range; transform: ARRAY [1:index_count] OF INTEGER; |
Users: by entity attributesmesh_connectivitymultiple_mesh_block.connectivities matched_mesh_connection Users: by defined types, not used by any entity attributematched_mesh_connection- |
Global rules for this entity data type- |