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

Input file out keyword $AMPLIFIER

Description

TODO: Add description.

Parameters

TODO: Add parameters.

Documentation from doxygen

None.

Used in benchmarks

GUI/FLAC/flac.out

 26:   $AMPLIFIER
 27-    100.0
   ...

HM/LinearSwelling/hm_swelling.out

 58:   $AMPLIFIER
 59-    0.0
   ...

M/elasticity/M_e_displacement_3Du.out

 26:   $AMPLIFIER
 27-    100.0
   ...

M/elasticity/M_e_stress_3Du.out

 26:   $AMPLIFIER
 27-    100.0
   ...

M/m_brick_l.out

 28:   $AMPLIFIER
 29-    100.0
   ...

M/m_excav.out

 28:   $AMPLIFIER
 29-    0.0
   ...

M/m_sdc.out

 20:   $AMPLIFIER:
 21-     10.0
   ...

MPI/cube/thm/thm_cube.out

 40:   $AMPLIFIER
 41-    0.0
   ...

MPI/m_sdc/m_sdc.out

 20:   $AMPLIFIER:
 21-     10.0
   ...

THM/thm_decov.out

 60:   $AMPLIFIER
 61-    0.0
   ...

TM/TM_axi.out

 21:   $AMPLIFIER
 22-   10.0
   ...

Source code reading this keyword from Input files

FEM/Output.cpp line 394

 394:         }
 395: 
 396: 		// subkeyword found
 397: 		if (line_string.find("$AMPLIFIER") != string::npos)
 398: 		{
 399: 			in_str >> out_amplifier;
 400: 			in_str.ignore(MAX_ZEILE, '\n');

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

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.