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

Input file pcs keyword #PROCESS

Description

This keyword indicates the beginning of a PCS block. Each block identifies one process and its primary variable. It ends with the beginning of a new PCS block, i.e. #PROCESS, or with the file input terminator #STOP.

Documentation from doxygen

None.

Used in benchmarks

Source code reading this keyword from Input files

FEM/rf_pcs.cpp line 1711

1711: 		if (line_string.find("#STOP") != string::npos)
1712: 			break;
1713: 		indexCh1a = (int) line_string.find_first_of(CommentK.c_str());
1714: 		indexCh2a = (int) line_string.find("#PROCESS");
1715: 		//----------------------------------------------------------------------
1716: 		// keyword found
1717: 		if (indexCh2a > indexCh1a && (indexCh1a == -1))

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

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.