GRIDMAN
grid managment library
triang.parameters.description
1 Usage:
2 
3 ./triang help
4  prints documentation
5 
6 ./triang < triang.parameters
7  output is controlled by the FORTRAN namelist TRIANG D:
8 &TRIANG
9 ....
10 ....
11 /
12 <new line>
13 
14 Variablies to be defined in FORTRAN namelist TRIANG:
15 
16 FORT30_IN : name of the input file with CARRE grid
17  in EIRENE fort.30 format
18 FORT33_IN : name of the input files with
19 FORT34_IN : triangular grid in
20 FORT35_IN : EIRENE fort.33,34,35 format (nodes, elements, neigbors)
21 
22 TOL : tolerance parameter for the mergegrid algorithm
23  Default value TOL=1e-5
24 
25 FORT33_OUT : names of the the files with resulting combined grid
26 FORT34_OUT : combined trianular grid in fort.33,34,35 format
27 FORT35_OUT : (nodes, elements, neigbors)
28 
29 
30 VTK_OUT : name of the file with output in VTK format
31  which can be used by graphics programms, e.g. Paraview
32 GRID_OUT : name of the file with output in GRIDMAN_GRID format
33 TEMPLATE_OUT : name of the file with output in simple
34  template format, can be used e.g. by DG
35 
36 DBGMOD : if .TRUE. then extra debugging output is produced.
37  Default is .FALSE.
38 LCHECK : if .TRUE. then standard check in GRIDMAN subroutines
39  are enforced. Default is .FALSE.