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

Input file gem keyword $MAX_FAILED_NODES

Description

TODO: Add description.

Parameters

TODO: Add parameters.

Documentation from doxygen

None.

Used in benchmarks

C/calcite_gems/calcite.gem

 21:    $MAX_FAILED_NODES
 22-      2
   ...

C/comedy2d/cement2d.gem

 23:    $MAX_FAILED_NODES
 24-       50 ; number of nodes alowed to fail
   ...

PETSc/ConcreteCrack/decal.gem

 21:    $MAX_FAILED_NODES
 22-       5 ; number of nodes allowed to fail
   ...

PETSc/TransLay2d/lag2d.gem

 21:    $MAX_FAILED_NODES
 22-      100
   ...

Source code reading this keyword from Input files

FEM/rf_REACT_GEM.cpp line 2786

2786: 		}
2787: 
2788: 		// ......................................................
2789: 		/// Key word "$MAX_FAILED_NODES" limits the number of failed nodes of GEMS calcuations for each MPI process. Run is exited if the number is exceeded..........................
2787: 
2788: 		// ......................................................
2789: 		/// Key word "$MAX_FAILED_NODES" limits the number of failed nodes of GEMS calcuations for each MPI process. Run is exited if the number is exceeded..........................
2790: 		if ( line_string.find ( "$MAX_FAILED_NODES" ) != string::npos )
2790: 		if ( line_string.find ( "$MAX_FAILED_NODES" ) != string::npos )
2791: 		{
2791: 		{
2792: 			// subkeyword found
2792: 			// subkeyword found
2793: 			in.str ( GetLineFromFile1 ( gem_file ) );

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

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.