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

Input file st keyword $MSH_TYPE

Description

Can be used instead of GEO_TYPE and enables to link the source term directly with a node of the finite element mesh.

Parameters

NODE 0 will assign the source term to the first mesh node (ID = 0)

Documentation from doxygen

None.

Used in benchmarks

H_us/RSM/AT_5.st

 14:  $MSH_TYPE
 15-  NODE 0

Source code reading this keyword from Input files

FEM/rf_st_new.cpp line 430

 430:          in.clear();
 431:       }
 432: 
 433:       if (line_string.find("$MSH_TYPE") != std::string::npos)
 434:       {
 435:          in.str(readNonBlankLineFromInputStream(*st_file));
 436:          std::string sub_string;

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

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.