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

Input file num keyword $NON_LINEAR_ITERATION

Description

TODO: Add description.

Parameters

TODO: Add parameters.

Documentation from doxygen

None.

Used in benchmarks

DENSITY-DEPENDENT_FLOW/goswami-clement/constrBC_PressAsHead_tri/HM.num

 10:   $NON_LINEAR_ITERATION
 11-  ;type -- error_method -- max_iterations -- relaxation -- tolerance(s)
   ...

DENSITY-DEPENDENT_FLOW/goswami-clement/wholeBC_PressAsHead_tri/HM.num

 10:   $NON_LINEAR_ITERATION
 11-  ;type -- error_method -- max_iterations -- relaxation -- tolerance(s)
   ...

H_us/Darcy/unconf_WO_rch/unconf.num

  7:   $NON_LINEAR_ITERATION
  8-  ;type -- error_method -- max_iterations -- relaxation -- tolerance(s)
   ...

H_us/Darcy/unconf_W_rch/unconf.num

  7:   $NON_LINEAR_ITERATION
  8-  ;type -- error_method -- max_iterations -- relaxation -- tolerance(s)
   ...

Source code reading this keyword from Input files

FEM/rf_num_new.cpp line 359

 359: 		}
 360: 		//....................................................................
 361: 		// subkeyword found ($NON_LINEAR_ITERATION  -or-  $NON_LINEAR_ITERATIONS)
 362: 		if(line_string.find("$NON_LINEAR_ITERATION") != string::npos)
 363: 		{
 364: 			// JT:	in >> nls_method_name
 365: 			//		in >> error_method_name

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

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.