Overview Schemas Index

mesh_connectivity_schema         


ENTITY structured_donor_mesh
          SUBTYPE OF (mismatched_donor_mesh);
          SELF\mismatched_donor_mesh.donor : structured_mesh;
          points : listed_real_data;
          vsize : INTEGER;
DERIVE
          index_count : INTEGER := donor.index_count;
END_ENTITY; -- structured_donor_mesh

Entity data types and their attributes

mismatched_donor_mesh
          donor: mesh;
          (INV) connect: mismatched_mesh_region FOR donor;
structured_donor_mesh
          (RT) donor: structured_mesh;
          points: listed_real_data;
          vsize: INTEGER;
          (DER) index_count: INTEGER;

Users: by entity attributes

mismatched_donor_mesh
          mismatched_mesh_region.donor
structured_donor_mesh

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

structured_donor_mesh
          -

Global rules for this entity data type

          -