The mesh is defined using two commands. The <MeshModel> command to define the properties of the mesh and the <GenerateMesh> command to produce the mesh.
strCmdForMeshModel = "<MeshModel AnalysisID=""1"" HasContiniousMeshing=""0"" HasMeshTable=""0"" ElementSize=""0.1016[m]"" Tolerance=""0.0000000203[m]"" ElementOrder=""3"" HasRefinmentRatio=""1"" RefinmentRatio="""" MinTriangleAngle=""[rad]"" MaxTriangleAngle=""[rad]"" MaxElementGrowthRate="""" SuppressShortFeature="""" MinFeatureAngle=""[rad]"" HasProjectMidsideNodes=""0""/>" strCmdForMesh = "<GenerateMesh/>"
Element Order = 3 denotes the use of parabolic elements.
These commands are equivalent to defining the mesh with the user interface.
