Last modified 3 years ago
Last modified on 08/04/15 09:53:55
Description ¶
The keyword $GEOMETRY_DIMENSION defines the dimension of the problem i.e. 1D, 2D or 3D. This is required since it is possible to describe problems of higher dimensions with geometric models including elements of a lower dimension (e.g. triangulated surfaces describing a three-dimensional shape).
Parameters ¶
The parameter (int) indicates the dimension: 1 for 1D, 2 for 2D, and 3 for 3D.
Examples ¶
Theis_2D ¶
#MEDUIM_PROPERTY . . . $GEOMETRY_DIMENSION 2 . . . #STOP