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

Input file msh 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

MSH/msh_lib.cpp line 133

 133: 				if(!more_mesh)
 134: 					break;
 135: 			}
 136: 			//  if(line_string.find("#STOP")!=std::string::npos)
 137: 			//     break;
 138: 	}
 139: 	else // RFI mesh file

MSH/msh_mesh.cpp line 401

 401: 		getline(*fem_file, line_string);
 402: 
 403: 		// check keywords
 404: 		if (line_string.find("#STOP") != std::string::npos)
 405: 		{
 406: 			more_mesh = false; //12.08.2011. WW
 407: 			break;

4224: 		if(key.size() == 0) // An empty line
4225: 			continue;
4226: 
4227: 		if(key.find("#STOP") != std::string::npos)
4228: 			break;
4229: 
4230: 		//sprintf(stro, "%f",step);

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

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.