wiki:public/doc-auto/by_ext/num/S_renumber
Last modified 3 years ago Last modified on 01/21/16 13:49:13

Input file num keyword $RENUMBER

Description

TODO: Add description.

Parameters

TODO: Add parameters.

Documentation from doxygen

None.

Used in benchmarks

H/Theis/GWF_Theis_1-5D/GWF_Theis.num

  8:   $RENUMBER
  9-    2 -1
   ...

H/Theis/GWF_Theis_2-5D/GWF_Theis.num

  8:   $RENUMBER
  9-    2 -1
   ...

H/Theis/GWF_Theis_2D/GWF_Theis_2d.num

  8:   $RENUMBER
  9-    2 -1
   ...

H/Theis/GWF_Theis_3D/GWF_Theis_3D.num

  8:   $RENUMBER
  9-    2 -1
   ...

H/Theis/LF_Theis_1-5D/LF_Theis.num

  8:   $RENUMBER
  9-    2 -1
   ...

H/Theis/LF_Theis_2-5D/LF_Theis.num

  8:   $RENUMBER
  9-    2 -1
   ...

H/Theis/LF_Theis_2D/LF_Theis_2D.num

  8:   $RENUMBER
  9-    2 -1
   ...

H/Theis/LF_Theis_3D/LF_Theis_3D.num

  8:   $RENUMBER
  9-    2 -1
   ...

H/Theis_1D/h_quad_axisym.num

  8:   $RENUMBER
  9-    2 -1
   ...

H/Theis_2D/Thies_quad_2d.num

  8:   $RENUMBER
  9-    2 -1
   ...

HM/hm_foot_tri.num

 20:   $RENUMBER
 21-    2 -1
   ...

H_ELE/h_ele.num

 10:   $RENUMBER
 11-    2 -1
   ...

MPI/h_tri/h_tri.num

 11:   $RENUMBER
 12-    2 -1
   ...

MPI/hm_tri/hm_tri.num

 18:   $RENUMBER
 19-    2 -1
   ...

MPI/m_tri/m_tri.num

 11:   $RENUMBER
 12-    2 -1
   ...

PETSc/h_tri/h_tri.num

 12:   $RENUMBER
 13-    2 -1
   ...

Source code reading this keyword from Input files

FEM/rf_num_new.cpp line 341

 341: 		}
 342: 		//....................................................................
 343: 		// subkeyword found
 344: 		if(line_string.find("$RENUMBER") != string::npos)
 345: 		{
 346: 			line.str(GetLineFromFile1(num_file));
 347: 			line >> renumber_method;

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

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.