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

Input file num keyword $COUPLED_PROCESS

Description

TODO: Add description.

Parameters

TODO: Add parameters.

Documentation from doxygen

None.

Used in benchmarks

H2/HeatPipe/Heatpipe.num

 22:  $COUPLED_PROCESS
 23-  ;process or variable -- min_iter -- max_iter
   ...

PETSc/th2m/th2m_quad.num

 23:  $COUPLED_PROCESS
 24-  ;process or variable -- min_iter -- max_iter
   ...

TH2M/th2m_quad.num

 22:  $COUPLED_PROCESS
 23-  ;process or variable -- min_iter -- max_iter
   ...

Source code reading this keyword from Input files

FEM/rf_num_new.cpp line 542

 542: 		}
 543: 		//....................................................................
 544: 		// JT subkeyword found
 545: 		if(line_string.find("$COUPLED_PROCESS") != string::npos) // JT: Is this process coupled to another process in an inner loop?
 546: 		{
 547: 			// in >> process name >> min iter >> max iter
 548: 			//

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

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.