6 ./triang < triang.parameters
7 output is controlled by the FORTRAN namelist TRIANG D:
14 Variablies to be defined in FORTRAN namelist TRIANG:
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)
22 TOL : tolerance parameter for the mergegrid algorithm
23 Default value TOL=1e-5
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)
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
36 DBGMOD : if .TRUE. then extra debugging output is produced.
38 LCHECK : if .TRUE. then standard check in GRIDMAN subroutines
39 are enforced. Default is .FALSE.