Overview Schemas Index

mesh_connectivity_schema         


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 attributes

mesh_connectivity
          name: 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 attributes

mesh_connectivity
          multiple_mesh_block.connectivities
matched_mesh_connection

Users: by defined types, not used by any entity attribute

matched_mesh_connection
          -

Global rules for this entity data type

          -