Overview Schemas Index

mesh_connectivity_schema         


ENTITY mismatched_donor_mesh
          ABSTRACT SUPERTYPE OF (ONEOF (structured_donor_mesh, unstructured_donor_mesh));
          donor : mesh;
INVERSE
          connect : mismatched_mesh_region FOR donor;
END_ENTITY; -- mismatched_donor_mesh

Entity data types and their attributes

mismatched_donor_mesh
          donor: mesh;
          (INV) connect: mismatched_mesh_region FOR donor;

Known subtypes

          structured_donor_mesh (mesh_connectivity_schema)
          unstructured_donor_mesh (mesh_connectivity_schema)

Users: by entity attributes

mismatched_donor_mesh
          mismatched_mesh_region.donor

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

mismatched_donor_mesh
          -

Global rules for this entity data type

          -