ExportAsTable

Type:enum
Range:no, yes
Default:no
Appearance:simple

This options enables the export of a Grid as a set of JCM tables. The first table lists the vertices of the interior mesh. Additional tables with volume elements are exported as pointlists with indices referencing the vertex table. The tables are exported in the Format.

Storage format

ExportGrid with ExportAsTable writes a principal Vertices table and one subtable for each nonempty interior cell type.

The principal table has one row per interior mesh vertex:

  • Columns 1–3: PointsX, PointsY, PointsZ

    Cartesian vertex coordinates. The row number is the vertex index referred to by the cell tables.

Each cell table is named <CellType>s (for example Tetrahedrons) and has one row per interior cell of that patch type:

  • Columns 1–N: Points_1, …, Points_N

    Integer indices into the Vertices table, in the unit-patch local-node order.

  • Column N+1: DomainId

    The physical-domain identifier of the cell.