Overview Schemas Index

mesh_topology_schema         


ENTITY indices_list;
          nindices : INTEGER;
          indices : LIST [1:?] OF ARRAY [1:nindices] OF INTEGER;
END_ENTITY; -- indices_list

Entity data types and their attributes

indices_list
          nindices: INTEGER;
          indices: LIST [1:?] OF ARRAY [1:nindices] OF INTEGER;

Users: by entity attributes

indices_list
          indexed_elements_bc.element_indices
                    indices_group
          indexed_points_bc.point_indices
                    indices_group
          mbna_bc.inward_normal_list
          mismatched_mesh_connection.points
                    indices_group
          unstructured_donor_mesh.cells
                    indices_group

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

indices_list
          -

Global rules for this entity data type

          -