Last modified 3 years ago
Last modified on 01/21/16 13:49:09
Input file bc keyword $EPSILON
-
Input file bc keyword $EPSILON
- Documentation from doxygen
-
Used in benchmarks
- [[https://svn.ufz.de/ogs/browser/trunk/benchmarks/T/2units2faults/2units2fa …
- [[https://svn.ufz.de/ogs/browser/trunk/benchmarks/T2HC/friction/Friction_te …
- [[https://svn.ufz.de/ogs/browser/trunk/benchmarks/TCR/Temperature_BacGrowth …
- [[https://svn.ufz.de/ogs/browser/trunk/benchmarks/TES/friction/Friction_tes …
- Source code reading this keyword from Input files
Description
Geometric tolerance for search functions as e.g. mesh nodes on a GLI surface or along a polyline (recently replaced by an automatic tolerance factor
Parameters
The geometric tolerance itself (double) is defined in the subsequent line below the keyword.
Documentation from doxygen
None.
Used in benchmarks
T/2units2faults/2units2faults.bc
9: $EPSILON 10- 1e-4 ... 24: $EPSILON 25- 1e-4 ... 39: $EPSILON 40- 1e-4 ...
T2HC/friction/Friction_test.bc
81: $EPSILON 82- 1.0e-6 ... 93: $EPSILON 94- 1.0e-6 ...
TCR/Temperature_BacGrowth/bact_growth_new.bc
29: $EPSILON 30- 0.00001 ... 41: $EPSILON 42- 0.00001 ... 53: $EPSILON 54- 0.00001 ...
TES/friction/Friction_test.bc
81: $EPSILON 82- 1.0e-6 ... 93: $EPSILON 94- 1.0e-6 ...
Source code reading this keyword from Input files
FEM/rf_bc_new.cpp line 481
481: conditional = true; 482: } 483: 484: if (line_string.find("$EPSILON") != std::string::npos) // NW 485: { 486: in.str(readNonBlankLineFromInputStream(*bc_file)); 487: in >> epsilon;
Last modified: 2016-01-21 13:49:05.411149
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.