wiki:public/doc-auto/by_ext/msh/S_geo_type
Last modified 3 years ago Last modified on 01/21/16 13:49:13

Input file msh keyword $GEO_TYPE

Description

TODO: Add description.

Parameters

TODO: Add parameters.

Documentation from doxygen

None.

Used in benchmarks

H_us/RSM/AT_5.msh

  4:   $GEO_TYPE
  5-    POLYLINE REGIONAL
   ...

Source code reading this keyword from Input files

MSH/msh_mesh.cpp line 416

 416: 			*fem_file >> pcs_name >> std::ws; //WW
 417: 		else if (line_string.find("$GEO_NAME") != std::string::npos)
 418: 			*fem_file >> geo_name >> std::ws; //WW
 419: 		else if (line_string.find("$GEO_TYPE") != std::string::npos)
 420: 			*fem_file >> geo_type_name >> geo_name >> std::ws;
 421: 		else if (line_string.find("$AXISYMMETRY") != std::string::npos)
 422: 			_axisymmetry = true;

Last modified: 2016-01-21 13:49:01.230241

This page has been generated automatically. Do not edit it manually! It will be overwritten in regular intervals.

If you want to edit the handwritten part of this page, please do so here.