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

Input file gem keyword $GEM_INIT_FILE

Description

TODO: Add description.

Parameters

TODO: Add parameters.

Documentation from doxygen

None.

Used in benchmarks

C/HAYEKIT/ab1d.gem

  5:    $GEM_INIT_FILE
  6-      TestSolub-dat.lst    ; only file name, no path
   ...

C/calcite_gems/calcite.gem

  5:    $GEM_INIT_FILE
  6-      BC-dat.lst    ; only file name, no path
   ...

C/comedy2d/cement2d.gem

  5:    $GEM_INIT_FILE
  6-      I1SetUp-dat.lst    ; only file name, no path
   ...

PETSc/ConcreteCrack/decal.gem

  7:    $GEM_INIT_FILE
  8-      cement_bc-dat.lst    ; only file name, no path
   ...

PETSc/TransLay2d/lag2d.gem

  3:    $GEM_INIT_FILE
  4-      bensan-dat.lst    ; only file name, no path
   ...

Source code reading this keyword from Input files

FEM/rf_REACT_GEM.cpp line 2661

2661: 			new_keyword = true;
2662: 			break;
2663: 		}
2664: 		/// Key word "$GEM_INIT_FILE" : next line contains the name of the GEMS file with ending ".lst" that defines the setup, thermodynamic data and the numerical settings for the simulation........................
2662: 			break;
2663: 		}
2664: 		/// Key word "$GEM_INIT_FILE" : next line contains the name of the GEMS file with ending ".lst" that defines the setup, thermodynamic data and the numerical settings for the simulation........................
2665: 		if ( line_string.find ( "$GEM_INIT_FILE" ) != string::npos )
2665: 		if ( line_string.find ( "$GEM_INIT_FILE" ) != string::npos )
2666: 		{
2666: 		{
2667: 			// subkeyword found
2667: 			// subkeyword found
2668: 			in.str ( GetLineFromFile1 ( gem_file ) );

Last modified: 2016-01-21 13:48:59.660300

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.