Overview Schemas Index

mesh_topology_schema         


ENTITY product_of_mesh;
          operands : LIST [2:2] OF mesh;
          product : mesh;
WHERE
          wr1: (this_schema+'.STRUCTURED_MESH' IN  TYPEOF(operands[1])) AND
        (this_schema+'.STRUCTURED_MESH' IN  TYPEOF(operands[2])) AND
        (this_schema+'.STRUCTURED_MESH' IN TYPEOF(product));
          wr2: operands[1].index_count = 1;
          wr3: operands[1].index_count + operands[2].index_count
        = product.index_count;
END_ENTITY; -- product_of_mesh

Entity data types and their attributes

product_of_mesh
          operands: LIST [2:2] OF mesh;
          product: mesh;

Users: by entity attributes

product_of_mesh

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

product_of_mesh
          -

Global rules for this entity data type

          -