Overview Schemas Index

mesh_connectivity_schema         


ENTITY mismatched_mesh_connection
          ABSTRACT SUPERTYPE OF (ONEOF (mismatched_mesh_region, mesh_overset_hole))
          SUBTYPE OF (mesh_connectivity);
          points : indices_group;
          gridloc : mesh_location;
END_ENTITY; -- mismatched_mesh_connection

Entity data types and their attributes

mesh_connectivity
          name: label;
          description: text;
          id: identifier;
          current: mesh;
          (DER) index_count: INTEGER;
mismatched_mesh_connection
          points: indices_group;
          gridloc: mesh_location;

Known subtypes

          mesh_overset_hole (mesh_connectivity_schema)
          mismatched_mesh_region (mesh_connectivity_schema)

Users: by entity attributes

mesh_connectivity
          multiple_mesh_block.connectivities
mismatched_mesh_connection

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

mismatched_mesh_connection
          -

Global rules for this entity data type

          -