wiki:public/doc-auto/by_ext/pcs/S_medium_type
Last modified 3 years ago Last modified on 01/21/16 13:49:14

Input file pcs keyword $MEDIUM_TYPE

Description

TODO: Add description.

Parameters

TODO: Add parameters.

Documentation from doxygen

None.

Used in benchmarks

H_us/Dual/dual_van.pcs

  7:   $MEDIUM_TYPE
  8-    CONTINUUM  0.95
   ...
 21:   $MEDIUM_TYPE
 22-    CONTINUUM  0.9917
   ...

H_us/Dual/dual_vl.pcs

  7:   $MEDIUM_TYPE
  8-    CONTINUUM  0.95
   ...
 22:   $MEDIUM_TYPE
 23-    CONTINUUM  0.9917
   ...
 41:   $MEDIUM_TYPE
 42-      1
   ...

Source code reading this keyword from Input files

FEM/rf_pcs.cpp line 2073

2073: 		//
2074: 		//....................................................................
2075: 		// subkeyword found
2076: 		if (line_string.find("$MEDIUM_TYPE") != string::npos)
2077: 		{
2078: 			while ((!new_keyword) || (!new_subkeyword) || (!pcs_file->eof()))
2079: 			{

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

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.