wiki:public/doc-auto/by_ext/out/S_msh_type
Last modified 3 years ago Last modified on 01/21/16 13:49:14

Input file out keyword $MSH_TYPE

Description

TODO: Add description.

Parameters

TODO: Add parameters.

Documentation from doxygen

None.

Used in benchmarks

COUPLED_FLOW/abdulLab.out

  5:   $MSH_TYPE
  6-    HEAD
   ...
 25:   $MSH_TYPE
 26-    PRESSURE1
   ...
 39:   $MSH_TYPE
 40-    HEAD
   ...
 53:   $MSH_TYPE
 54-    HEAD
   ...
 69:   $MSH_TYPE
 70-    PRESSURE1
   ...
 83:   $MSH_TYPE
 84-    PRESSURE1
   ...
 98:   $MSH_TYPE
 99-    COMPARTMENT
   ...
113:   $MSH_TYPE
114-    PRESSURE1
   ...
127:   $MSH_TYPE
128-    PRESSURE1
   ...
141:   $MSH_TYPE
142-    PRESSURE1
   ...
155:   $MSH_TYPE
156-    PRESSURE1
   ...
169:   $MSH_TYPE
170-    HEAD
   ...
183:   $MSH_TYPE
184-    HEAD
   ...
197:   $MSH_TYPE
198-    HEAD
   ...
211:   $MSH_TYPE
212-    HEAD
   ...

Source code reading this keyword from Input files

FEM/Output.cpp line 437

 437: 		}
 438: 
 439: 		// subkeyword found
 440: 		if (line_string.find("$MSH_TYPE") != string::npos)
 441: 		{
 442: 			in_str >> msh_type_name;
 443: 			in_str.ignore(MAX_ZEILE, '\n');

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

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.