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

Input file num keyword $ELE_SUPG

Description

TODO: Add description.

Parameters

TODO: Add parameters.

Documentation from doxygen

None.

Used in benchmarks

NUMERICS/DISCRETE_FEATURES/FractureNetwork/TH_3D_fracture_matrix.num

 20:   $ELE_SUPG
 21-    1 0 0
   ...

NUMERICS/FEM_FCT/mass_adv_line.num

 20:   $ELE_SUPG
 21-    1 0 0
   ...

NUMERICS/SUPG/T_adv_diff_steady_SUPG_line.num

 23:   $ELE_SUPG
 24-    1 0 0
   ...

NUMERICS/SUPG/T_adv_diff_transient_SUPG_line.num

 21:   $ELE_SUPG
 22-    1 0 0
   ...

Source code reading this keyword from Input files

FEM/rf_num_new.cpp line 603

 603: 			continue;
 604: 		}
 605: 		// subkeyword found
 606: 		if(line_string.find("$ELE_SUPG") != string::npos)
 607: 		{
 608: 			line.str(GetLineFromFile1(num_file));
 609: 			//NW

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

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.