Mesh Application Object


A Mesh is a Topological_object that is divided into two or more sub-regions or cells.

The nature of the division can be specified by:

EXPRESS specification:

*)
ENTITY Mesh
  SUPERTYPE OF (ONEOF (
    Structured_mesh,
    Unstructured_mesh)) 
  SUBTYPE OF (Topological_object);
END_ENTITY;
(*