wiki:public/doc-auto/by_ext/st/S_time_interpolation
Last modified 3 years ago Last modified on 01/21/16 13:49:15

Input file st keyword $TIME_INTERPOLATION

Description

TODO: Add description.

Parameters

LINEAR or PIECEWISE_CONSTANT

Documentation from doxygen

None.

Used in benchmarks

C/2d_Cl_transport_Clay/Nuklidtransport.st

 14:   $TIME_INTERPOLATION
 15-    PIECEWISE_CONSTANT
   ...

Source code reading this keyword from Input files

FEM/rf_st_new.cpp line 404

 404:       }
 405: 
 406:   	  //defines if time dependent source terms are use as piecewise constant or linear interpolated; BG 05/2011
 407:       if (line_string.find("$TIME_INTERPOLATION") != std::string::npos)
 408:       {
 409:          in.str(GetLineFromFile1(st_file));
 410:          in >> interpolation_method;

Last modified: 2016-01-21 13:48:59.743984

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.