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

Input file st keyword #STOP

Description

TODO: Add description.

Parameters

TODO: Add parameters.

Documentation from doxygen

None.

Used in benchmarks

Source code reading this keyword from Input files

FEM/rf_st_new.cpp line 654

 654:       while(!ins.eof())
 655:       {
 656:          getline(ins, aline);
 657:          if(aline.find("#STOP")!=std::string::npos)
 658:             break;
 659:          ss.str(aline);
 660:          ss>> timess >> aline;

 747:       st_file.getline(line, MAX_ZEILE);
 748:       line_string = line;
 749:                                                   //Code included to make dynamic memory for analytical solution
 750:       if (line_string.find("#STOP") != std::string::npos)
 751:       {
 752: 
 753:          size_t no_source_terms(st_vector.size());

4239: 	   while (!d_file.eof())
4240: 	   {
4241: 		  line_string = GetLineFromFile1(&d_file);
4242: 		  if (line_string.find("#STOP") != std::string::npos)
4243: 			 break;
4244: 
4245: 		  in.str(line_string);

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

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.