Data Tables Technical Guide
Section 6 - <FINITE ELEMENT MESH> |
---|
6.1 | Overview |
---|---|
A <Finite Element Mesh> instance represents a tessellation of a surface or solid into mesh faces (for a surface) or solid elements (for a solid). Each vertex and / or mesh face / solid element may have data associated with it. Knowing which vertices form a mesh face (or solid element) is important for interpolation, as well as other computations. A <Finite Element Mesh>, as specified in the definition of the class, is comprised of the following.
Topological information may optionally be included via either the <Mesh Face Table> or the "solid element definition table". A <Mesh Face Table> shall comply with very rigid structural requirements in order to be semantically valid; see its class documentation and that of <Finite Element Mesh> for details. | |
|