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

Input file out keyword #OUTPUT

Description

The #OUTPUT keyword indicates the beginning of the “output block”. An output block specifies which values at which locations and time are written in a certain format. One output block ends with the beginning of the following output block, i.e. #OUTPUT, or with the file input terminator #STOP.

Documentation from doxygen

None.

Used in benchmarks

Source code reading this keyword from Input files

FEM/rf_out_new.cpp line 160

 160: 			output_version = true;  // 02.2011. WW
 161: 		//----------------------------------------------------------------------
 162: 		// keyword found
 163: 		if (line_string.find("#OUTPUT") != string::npos)
 164: 		{
 165: 			position = out->Read(out_file, geo_obj, unique_name);
 166: 

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

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.