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

Input file msp keyword $STRESS_INTEGRATION_TOLERANCE

Description

TODO: Add description.

Parameters

TODO: Add parameters.

Documentation from doxygen

None.

Used in benchmarks

TH2M/H2M_TEP/w_exp.msp

 24:  $STRESS_INTEGRATION_TOLERANCE
 25-  1.e-9 1.e-8  // f_tol, s_tol
   ...

Source code reading this keyword from Input files

FEM/rf_msp_new.cpp line 622

 622: 			in_sd.clear();
 623: 		}
 624: 		//....................................................................
 625: 		if(line_string.find("$STRESS_INTEGRATION_TOLERANCE") != string::npos)
 626: 		{
 627: 			in_sd.str(GetLineFromFile1(msp_file));
 628: 			in_sd >> f_tol >> s_tol;

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

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.