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

Input file fct keyword $GEO_TYPE

Description

TODO: Add description.

Parameters

TODO: Add parameters.

Documentation from doxygen

None.

Used in benchmarks

C/matrix_diffusion/OGS_vs_PICNIC/mdif.fct

  5:   $GEO_TYPE
  6-    POLYLINE BOTTOM
   ...

GROUNDWATER_FLOW/Transient_flow/trans_bd_homo.fct

  5:   $GEO_TYPE
  6-    POINT POINT0
   ...
1017:   $GEO_TYPE
1018-    POINT POINT3
   ...
2029:   $GEO_TYPE
2030-    POINT POINT1
   ...
3041:   $GEO_TYPE
3042-    POINT POINT2
   ...

H_us/RSM/AT_5.fct

  5:   $GEO_TYPE
  6-    POINT5412
   ...
378:   $GEO_TYPE
379-    POINT5413
   ...
751:   $GEO_TYPE
752-    POINT5414
   ...
1124:   $GEO_TYPE
1125-    POINT5415
   ...
1497:   $GEO_TYPE
1498-    POINT5416
   ...

Source code reading this keyword from Input files

FEM/rf_fct.cpp line 125

 125: 		//....................................................................
 126: 		// GEO_TYPE
 127: 		//subkeyword found
 128: 		if(line_string.find("$GEO_TYPE") != string::npos)
 129: 		{
 130: 			line_stream.str(GetLineFromFile1(fct_file));
 131: 			line_stream >> geo_type_name;

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

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.