Overview Schemas Index

mesh_connectivity_schema         


ENTITY unstructured_donor_mesh
          SUBTYPE OF (mismatched_donor_mesh);
          SELF\mismatched_donor_mesh.donor : unstructured_mesh;
          cells : indices_group;
          interpolant : property_distribution_description;
          vsize : INTEGER;
DERIVE
          index_count : INTEGER := donor.index_count;
END_ENTITY; -- unstructured_donor_mesh

Entity data types and their attributes

mismatched_donor_mesh
          donor: mesh;
          (INV) connect: mismatched_mesh_region FOR donor;
unstructured_donor_mesh
          (RT) donor: unstructured_mesh;
          cells: indices_group;
          interpolant: property_distribution_description;
          vsize: INTEGER;
          (DER) index_count: INTEGER;

Users: by entity attributes

mismatched_donor_mesh
          mismatched_mesh_region.donor
unstructured_donor_mesh

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

unstructured_donor_mesh
          -

Global rules for this entity data type

          -