wiki:public/doc-auto/by_ext/fct/S_data
Last modified 3 years ago Last modified on 01/21/16 13:49:09

Input file fct keyword $DATA

Description

TODO: Add description.

Parameters

TODO: Add parameters.

Documentation from doxygen

None.

Used in benchmarks

C/matrix_diffusion/OGS_vs_PICNIC/mdif.fct

  9:   $DATA
 10-  0.0        0.0
   ...

GROUNDWATER_FLOW/Transient_flow/trans_bd_homo.fct

  9:   $DATA
 10-  0	2.0239
   ...
1021:   $DATA
1022-  0	2.0239
   ...
2033:   $DATA
2034-  0	2
   ...
3045:   $DATA
3046-  0	2
   ...

H_us/RSM/AT_5.fct

  9:   $DATA
 10-    0.000000e+000 9.799125e-004
   ...
382:   $DATA
383-    0.000000e+000 9.845409e-004
   ...
755:   $DATA
756-    0.000000e+000 9.894776e-004
   ...
1128:   $DATA
1129-    0.000000e+000 9.946574e-004
   ...
1501:   $DATA
1502-    0.000000e+000 1.000108e-003
   ...

Source code reading this keyword from Input files

FEM/rf_fct.cpp line 229

 229: 
 230: 		//--------------------------------------------------------------------
 231: 		//DATA
 232: 		if(line_string.find("$DATA") != string::npos) //subkeyword found
 233: 		{
 234: 			no_variable_names = (int)variable_names_vector.size();
 235: 			while(ok_true)

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

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.