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

Input file pcs keyword $CPL_TYPE

Description

TODO: Add description.

Parameters

TODO: Add parameters.

Documentation from doxygen

None.

Used in benchmarks

GUI/H/model_1.pcs

  6:   $CPL_TYPE
  7-    PARTITIONED
   ...

GUI/HT/model_1.pcs

  6:   $CPL_TYPE
  7-    PARTITIONED
   ...
 15:   $CPL_TYPE
 16-    PARTITIONED
   ...

GUI/M/model_1.pcs

  6:   $CPL_TYPE
  7-    PARTITIONED
   ...

GUI/T/model_1.pcs

  6:   $CPL_TYPE
  7-    PARTITIONED
   ...

GUI/TM/model_1.pcs

  6:   $CPL_TYPE
  7-    PARTITIONED
   ...

H/BRAND_M1L1/brand_m1_l1.pcs

  6:   $CPL_TYPE
  7-    PARTITIONED
   ...

H_us/Dual/dual_vl.pcs

 14:   $CPL_TYPE
 15-    MONOLITHIC
   ...

H_us/Wet/1d_ho.pcs

  6:   $CPL_TYPE
  7-    PARTITIONED
   ...

Source code reading this keyword from Input files

FEM/rf_pcs.cpp line 1947

1947: 		}
1948: 		//....................................................................
1949: 		// subkeyword found
1950: 		if (line_string.find("$CPL_TYPE") != string::npos)
1951: 		{
1952: 			*pcs_file >> cpl_type_name;
1953: 			if (cpl_type_name.compare("MONOLITHIC") == 0)

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

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.