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

Input file msh keyword $AREA

Description

TODO: Add description.

Parameters

TODO: Add parameters.

Documentation from doxygen

None.

Used in benchmarks

None.

Source code reading this keyword from Input files

MSH/msh_mesh.cpp line 436

 436: 				nod_vector.push_back(newNode);
 437: 				position = fem_file->tellg();
 438: 				*fem_file >> s;
 439: 				if (s.find("$AREA") != std::string::npos)
 440: 					*fem_file >> newNode->patch_area;
 441: 				else
 442: 					fem_file->seekg(position, std::ios::beg);

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

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.