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

Input file st keyword #SOURCE_TERM

Description

The #SOURCE_TERM keyword indicates the beginning of a source/sink term description. Each process related description ends with the beginning of a new block, i.e. #SOURCE_TERM, or with the file input terminator #STOP.

Documentation from doxygen

None.

Used in benchmarks

Source code reading this keyword from Input files

FEM/rf_st_new.cpp line 776

 776:       }
 777:       //----------------------------------------------------------------------
 778:                                                   // keyword found
 779:       if (line_string.find("#SOURCE_TERM") != std::string::npos)
 780:       {
 781:          CSourceTerm *st(new CSourceTerm());
 782:          std::ios::pos_type pos (st_file.tellg());

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

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.