|
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 attributesmismatched_donor_meshdonor: 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 attributesmismatched_donor_meshmismatched_mesh_region.donor unstructured_donor_mesh Users: by defined types, not used by any entity attributeunstructured_donor_mesh- |
Global rules for this entity data type- |