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

Input file gem keyword $MY_SMART_GEMS

Description

TODO: Add description.

Parameters

TODO: Add parameters.

Documentation from doxygen

None.

Used in benchmarks

C/calcite_gems/calcite.gem

 17:    $MY_SMART_GEMS
 18-       1.0e-16 ; do not set to one if kinetics is used
   ...

C/comedy2d/cement2d.gem

 25:    $MY_SMART_GEMS
 26-      -1.0e-30
   ...

PETSc/ConcreteCrack/decal.gem

 19:    $MY_SMART_GEMS
 20-     -1.0e-30    ; negative values are recommened for kintetic control
   ...

PETSc/TransLay2d/lag2d.gem

 23:    $MY_SMART_GEMS
 24-     -1.0e-30
   ...

Source code reading this keyword from Input files

FEM/rf_REACT_GEM.cpp line 2795

2795: 			in.clear();
2796: 			continue;
2797: 		}
2798: 		/// Key word "$MY_SMART_GEMS": if the summarized change in b-vector is smaller than this value, GEMS calculations are not done and previous values are taken.  .........................
2796: 			continue;
2797: 		}
2798: 		/// Key word "$MY_SMART_GEMS": if the summarized change in b-vector is smaller than this value, GEMS calculations are not done and previous values are taken.  .........................
2799: 		if ( line_string.find ( "$MY_SMART_GEMS" ) != string::npos )
2799: 		if ( line_string.find ( "$MY_SMART_GEMS" ) != string::npos )
2800: 		{
2800: 		{
2801: 			// subkeyword found
2801: 			// subkeyword found
2802: 			in.str ( GetLineFromFile1 ( gem_file ) );

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

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.