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

Input file cct keyword $MYRANK

Description

TODO: Add description.

Parameters

TODO: Add parameters.

Documentation from doxygen

None.

Used in benchmarks

PETSc/ConcreteCrack/decal.cct

  2:    $MYRANK
  3-      0
   ...
 73:    $MYRANK
 74-      1
   ...
208:    $MYRANK
209-      2
   ...
341:    $MYRANK
342-      3
   ...

PETSc/TransLay2d/lag2d.cct

  2:    $MYRANK
  3-      0
   ...
130:    $MYRANK
131-      1
   ...
389:    $MYRANK
390-      2
   ...
519:    $MYRANK
520-      3
   ...

Source code reading this keyword from Input files

FEM/fct_mpi.cpp line 49

  49: 			break;
  50: 		}
  51: 
  52: 		if (line_string.find("$MYRANK") != std::string::npos)
  53: 		{
  54: 			in.str(readNonBlankLineFromInputStream(*is));
  55: 			in >> temp;

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

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.