Last modified 3 years ago
Last modified on 01/21/16 13:49:13
Input file msh keyword $CROSS_SECTION
Description
TODO: Add description.
Parameters
TODO: Add parameters.
Documentation from doxygen
None.
Used in benchmarks
GROUNDWATER_FLOW/uc_quad.msh
4: $CROSS_SECTION 5- $NODES ...
Source code reading this keyword from Input files
MSH/msh_mesh.cpp line 420
420: *fem_file >> geo_type_name >> geo_name >> std::ws; 421: else if (line_string.find("$AXISYMMETRY") != std::string::npos) 422: _axisymmetry = true; 423: else if (line_string.find("$CROSS_SECTION") != std::string::npos) 424: _cross_section = true; 425: else if (line_string.find("$NODES") != std::string::npos) 426: {
Last modified: 2016-01-21 13:49:03.861637
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.