14.7.4.10 Grid2dPatch
Topic Version | 1 | Published | 09/11/2015 | |
For Standard | RESQML v2.0.1 | |||
Stereotypes: | XSDcomplexType |
Patch representing a single 2D grid and its geometry.
The FastestAxisCount and the SlowestAxisCount determine the indexing of this grid 2D patch, by defining a one dimensional index for the 2D grid as follows:
Index = FastestIndex + FastestAxisCount * SlowestIndex
This indexing order IS the data order when stored in HDF5, in which case, this would be a SlowestAxisCount*FastestAxisCount two-dimensional array in HDF5.
Name |
Data Type |
Notes |
---|---|---|
SlowestAxisCount |
positiveInteger |
The number of nodes in the slowest direction. |
FastestAxisCount |
positiveInteger |
The number of nodes in the fastest direction. |
Derived From: Patch
Derived Classes: (none)
Role |
Class |
Cardinality |
---|---|---|
Geometry |
1..1 |