wiki:public/doc-auto/by_ext/mmp/S_pcs_type
Last modified 3 years ago Last modified on 01/21/16 13:49:12

Input file mmp keyword $PCS_TYPE

Description

TODO: Add description.

Parameters

TODO: Add parameters.

Documentation from doxygen

None.

Used in benchmarks

H_us/Dual/dual_vl.mmp

 59:   $PCS_TYPE
 60-    RICHARDS_FLOW
 61:   $PCS_TYPE
 62-    DUAL_RICHARDS
   ...

Source code reading this keyword from Input files

FEM/rf_mmp_new.cpp line 313

 313: 		}
 314: 		//--------------------------------------------------------------------
 315: 		//PCS                         //YD
 316: 		if(line_string.find("$PCS_TYPE") != std::string::npos)
 317: 		{
 318: 			in.str(GetLineFromFile1(mmp_file));
 319: 			in >> pcs_type_name;

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

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.