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

Input file num keyword $FEM_FCT

Description

TODO: Add description.

Parameters

TODO: Add parameters.

Documentation from doxygen

None.

Used in benchmarks

NUMERICS/FEM_FCT/mass_adv_line.num

 15:   $FEM_FCT
 16-    1 0
   ...

PETSc/ConcreteCrack/decal.num

 21:  $FEM_FCT
 22-   1 0
   ...

PETSc/TransLay2d/lag2d.num

 30:   $FEM_FCT
 31-    1 0
   ...
 54:  $FEM_FCT
 55-   1 0
   ...

T/2units2faults/FCT/2units2faults_FCT.num

 16:   $FEM_FCT
 17-    1 0
   ...

Source code reading this keyword from Input files

FEM/rf_num_new.cpp line 651

 651:           continue;
 652:         }
 653: 		// NW
 654: 		if(line_string.find("$FEM_FCT") != string::npos)
 655: 		{
 656: 			line.str(GetLineFromFile1(num_file));
 657: 			line >> fct_method; //1: linearized FCT

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

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.