Overview Schemas Index

mesh_topology_schema         


ENTITY extraction_of_structured_submesh
          SUBTYPE OF (extraction_of_submesh);
          lower_vertex : ARRAY [1:whole_indices] OF INTEGER;
          used_indices : ARRAY [1:part_indices] OF INTEGER;
          used_senses : ARRAY [1:part_indices] OF BOOLEAN;
DERIVE
          whole_indices : INTEGER := whole\mesh.index_count;
          part_indices : INTEGER := part\mesh.index_count;
WHERE
          WR1: ('MESH_TOPOLOGY_SCHEMA.STRUCTURED_MESH' IN  TYPEOF(
             SELF\extraction_of_submesh.whole));
          WR2: ('MESH_TOPOLOGY_SCHEMA.STRUCTURED_MESH' IN  TYPEOF(
             SELF\extraction_of_submesh.part));
END_ENTITY; -- extraction_of_structured_submesh

Entity data types and their attributes

extraction_of_submesh
          whole: mesh;
          part: submesh;
extraction_of_structured_submesh
          lower_vertex: ARRAY [1:whole_indices] OF INTEGER;
          used_indices: ARRAY [1:part_indices] OF INTEGER;
          used_senses: ARRAY [1:part_indices] OF BOOLEAN;
          (DER) whole_indices: INTEGER;
          (DER) part_indices: INTEGER;

Users: by entity attributes

extraction_of_submesh
extraction_of_structured_submesh

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

extraction_of_structured_submesh
          -

Global rules for this entity data type

          -