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

Input file pcs keyword $MEMORY_TYPE

Description

TODO: Add description.

Parameters

TODO: Add parameters.

Documentation from doxygen

None.

Used in benchmarks

C/FG_3ports/rt1.pcs

 14:   $MEMORY_TYPE
 15-    1
   ...
 21:   $MEMORY_TYPE
 22-    1
   ...
 28:   $MEMORY_TYPE
 29-    1
   ...
 35:   $MEMORY_TYPE
 36-    1
   ...
 42:   $MEMORY_TYPE
 43-    1
   ...
 49:   $MEMORY_TYPE
 50-    1
   ...

C/Poro-Perm_Update/Lagneau_Diffusion/pds.pcs

 14:   $MEMORY_TYPE
 15-    1
   ...

C/ReactDeact/FG_3ports_deac_3/rt1.pcs

 16:   $MEMORY_TYPE
 17-    1
   ...
 23:   $MEMORY_TYPE
 24-    1
   ...
 30:   $MEMORY_TYPE
 31-    1
   ...
 37:   $MEMORY_TYPE
 38-    1
   ...
 44:   $MEMORY_TYPE
 45-    1
   ...
 51:   $MEMORY_TYPE
 52-    1
   ...

C/monod/rt1.pcs

 16:   $MEMORY_TYPE
 17-    1
   ...
 25:   $MEMORY_TYPE
 26-    1
   ...
 34:   $MEMORY_TYPE
 35-    1
   ...
 43:   $MEMORY_TYPE
 44-    1
   ...
 52:   $MEMORY_TYPE
 53-    1
   ...

ECLIPSE_DUMUX/1phase_radialflow_1phase_transport/1pf_1pt.pcs

 26:   $MEMORY_TYPE		; keep element matrices
 27-    1
   ...

HM/hm_dyn_tri.pcs

 16:   $MEMORY_TYPE
 17-   1
   ...

HM/hm_foot_tet.pcs

  6:   $MEMORY_TYPE
  7-   0
   ...

HM/hm_foot_tri.pcs

 14:   $MEMORY_TYPE
 15-   1
   ...

NUMERICS/DISCRETE_FEATURES/Lauwerier/Lauwerier.pcs

 14:   $MEMORY_TYPE
 15-    1
   ...

NUMERICS/FEM_FCT/mass_adv_line.pcs

 10:    $MEMORY_TYPE
 11-      1
   ...

T/Lauwerier/Lauwerier.pcs

 14:   $MEMORY_TYPE
 15-    1
   ...

TCR/Temperature_Disp/HBr_Disp.pcs

 16:   $MEMORY_TYPE
 17-    1
   ...
 26:   $MEMORY_TYPE
 27-    1
   ...

Source code reading this keyword from Input files

FEM/rf_pcs.cpp line 2032

2032: 
2033: 		//....................................................................
2034: 		// subkeyword found
2035: 		if (line_string.find("$MEMORY_TYPE") != string::npos)
2036: 		{
2037: 			*pcs_file >> Memory_Type; //WW
2038: 			pcs_file->ignore(MAX_ZEILE, '\n');

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

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.