Overview Schemas Index

mesh_connectivity_schema         


ENTITY mesh_connectivity
          ABSTRACT SUPERTYPE OF (ONEOF (matched_mesh_connection, mismatched_mesh_connection));
          name : label;
          description : text;
          id : identifier;
          current : mesh;
DERIVE
          index_count : INTEGER := current.index_count;
END_ENTITY; -- mesh_connectivity

Entity data types and their attributes

mesh_connectivity
          name: label;
          description: text;
          id: identifier;
          current: mesh;
          (DER) index_count: INTEGER;

Known subtypes

          matched_mesh_connection (mesh_connectivity_schema)
          mismatched_mesh_connection (mesh_connectivity_schema)

Users: by entity attributes

mesh_connectivity
          multiple_mesh_block.connectivities

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

mesh_connectivity
          -

Global rules for this entity data type

          -