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

Input file pcs keyword $COUNT

Description

TODO: Add description.

Parameters

TODO: Add parameters.

Documentation from doxygen

None.

Used in benchmarks

RWPT/Forchheimer/forchheimer_rwpt.pcs

  5:   $COUNT
  6-    1       ; count the number of particles
   ...
 11:   $COUNT
 12-    1
   ...

RWPT/Harter/colloid_t.pcs

  7:   $COUNT
  8-    1       ; count the number of particles
   ...
 15:   $COUNT
 16-    1
   ...
 23:   $COUNT
 24-    1
   ...

Source code reading this keyword from Input files

FEM/rf_pcs.cpp line 1978

1978: 		}
1979: 		//....................................................................
1980: 		// YS 05/2013
1981: 		if (line_string.find("$COUNT") != string::npos)
1982: 		{
1983: 			*pcs_file >> rwpt_count;
1984: 			pcs_file->ignore(MAX_ZEILE, '\n');

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

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.