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

Input file msh keyword $GEO_NAME

Description

TODO: Add description.

Parameters

TODO: Add parameters.

Documentation from doxygen

None.

Used in benchmarks

H_us/RSM/AT_5.msh

  6:   $GEO_NAME
  7-     REGIONAL
   ...

Source code reading this keyword from Input files

MSH/msh_mesh.cpp line 414

 414: 
 415: 		else if (line_string.find("$PCS_TYPE") != std::string::npos)
 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;

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

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.