Last modified 3 years ago
Last modified on 01/21/16 13:49:10
Input file gli keyword $TIN
-
Input file gli keyword $TIN
- Documentation from doxygen
-
Used in benchmarks
- [[https://svn.ufz.de/ogs/browser/trunk/benchmarks/COUPLED_FLOW/abdul.gli|CO …
- [[https://svn.ufz.de/ogs/browser/trunk/benchmarks/H/BRAND_M1L1/brand_m1_l1. …
- [[https://svn.ufz.de/ogs/browser/trunk/benchmarks/OVERLAND_FLOW/Wool_quad.g …
- [[https://svn.ufz.de/ogs/browser/trunk/benchmarks/OVERLAND_FLOW/gian_quad.g …
- [[https://svn.ufz.de/ogs/browser/trunk/benchmarks/OVERLAND_FLOW/gian_tri.gl …
- Source code reading this keyword from Input files
Description
TODO: Add description.
Parameters
TODO: Add parameters.
Documentation from doxygen
None.
Used in benchmarks
COUPLED_FLOW/abdul.gli
84: $TIN 85- SFC_BC_RIGHT_L1.tin ... 93: $TIN 94- SFC_BC_LEFT_L1.tin ... 252: $TIN 253- wata.tin ... 264: $TIN 265- ToPo.tin ...
H/BRAND_M1L1/brand_m1_l1.gli
6148: $TIN 6149- SFC_BC_NORTH_L1.tin ... 6156: $TIN 6157- SFC_BC_SOUTH_L1.tin ... 6164: $TIN 6165- SFC_BC_EAST_L1.tin ... 6172: $TIN 6173- SFC_BC_WEST_L1.tin ...
OVERLAND_FLOW/Wool_quad.gli
42: $TIN 43- TIN_UP.tin ...
OVERLAND_FLOW/gian_quad.gli
34: $TIN 35- gian_quad_sfc.tin ...
OVERLAND_FLOW/gian_tri.gli
34: $TIN 35- gian_tri_sfc.tin ...
Source code reading this keyword from Input files
FileIO/OGSIOVer4.cpp line 406
406: if (line.find("$EPSILON") != std::string::npos) // subkeyword found 407: in >> line; // read value 408: //.................................................................... 409: if (line.find("$TIN") != std::string::npos) // subkeyword found 410: { 411: in >> line; // read value (file name) 412: line = path + line;
GEO/geo_sfc.cpp line 473
473: int surface_TIN_length = (int)TIN->Triangles.size(); 474: if(surface_TIN_length > 0) 475: { 476: fprintf(gli_file," %s\n","$TIN"); 477: fprintf(gli_file," %s.tin\n",TIN->name.c_str()); 478: } 479: } 1096: } 1097: } // subkeyword found 1098: //.................................................................... 1099: if (line_string.find("$TIN") != string::npos) // subkeyword found 1100: { 1101: (*gli_file) >> line_string; 1102: remove_white_space(&line_string);
Last modified: 2016-01-21 13:49:00.613244
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.