1fitgrid_params(3NCARG)           NCAR GRAPHICS          fitgrid_params(3NCARG)
2
3
4

NAME

6       fitgrid_params - This document briefly describes all the internal
7       parameters of Fitgrid.
8

DESCRIPTION

10       Each entry below includes the name of a parameter, its Fortran type
11       (use the obvious equivalents for C), its default value, and a short
12       description of the parameter.
13
14       ´SIG´   -   Real   -    1.
15              Value of the tension factor.
16
17       ´SL1´   -   Real   -    0.
18              The slope of the curve at the first point (see parameter SF1).
19
20       ´SLN´   -   Real   -    0.
21              The slope of the curve at the final point (see parameter SF1).
22
23       ´SF1´   -   Integer   -    3
24              Controls the use of parameters SL1 and SL2: 0=use both; 1=use
25              SL1 only; 2=use SL2 only; 3=use neither.
26
27       ´SF2´   -   Integer   -    3
28              Controls the use of parameters SMT and EPS: 0=use neither; 1=use
29              both; 2=use SMT only; 3=use EPS only.
30
31       ´SMT´   -   Real   -   none
32              Smoothing parameter for ftcurvs, ftcurvps, c_ftcurvs, and
33              c_ftcurvps.
34
35       ´EPS´   -   Real   -   none
36              Smoothing parameter for ftcurvs, ftcurvps, c_ftcurvs, and
37              c_ftcurvps.
38
39       ´ZX1´   -   Real array   -   none
40              X partials at left for ftsurf and c_ftsurf.
41
42       ´ZXM´   -   Real array   -   none
43              X partials at right for ftsurf and c_ftsurf.
44
45       ´ZY1´   -   Real array   -   none
46              Y partials at bottom for ftsurf and c_ftsurf.
47
48       ´ZYN´   -   Real array   -   none
49              Y partials at top for ftsurf and c_ftsurf.
50
51       ´Z11´   -   Real   -   none
52              X-Y partial at lower left for ftsurf and c_ftsurf.
53
54       ´ZM1´   -   Real   -   none
55              X-Y partial at lower right for ftsurf and c_ftsurf.
56
57       ´Z1N´   -   Real   -   none
58              X-Y partial at upper left for ftsurf and c_ftsurf.
59
60       ´ZMN´   -   Real   -   none
61              X-Y partial at upper right for ftsurf and c_ftsurf.
62
63       ´DF1´   -   Integer   -   1
64              Flag indicating if ZX1 is user supplied: 0=yes; 1=no.
65
66       ´DF2´   -   Integer   -   1
67              Flag indicating if ZXM is user supplied: 0=yes; 1=no.
68
69       ´DF3´   -   Integer   -   1
70              Flag indicating if ZY1 is user supplied: 0=yes; 1=no.
71
72       ´DF4´   -   Integer   -   1
73              Flag indicating if ZYN is user supplied: 0=yes; 1=no.
74
75       ´DF5´   -   Integer   -   1
76              Flag indicating if Z11 is user supplied: 0=yes; 1=no.
77
78       ´DF6´   -   Integer   -   1
79              Flag indicating if ZM1 is user supplied: 0=yes; 1=no.
80
81       ´DF7´   -   Integer   -   1
82              Flag indicating if Z1M is user supplied: 0=yes; 1=no.
83
84       ´DF8´   -   Integer   -   1
85              Flag indicating if ZMN is user supplied: 0=yes; 1=no.
86

SEE ALSO

88       fitgrid, fitgrid_params, curv1, curv2, curvd, curvi, curvp1, curvp2,
89       curvpi, curvs, curvps, kurv1, kurv2, kurvd, kurvp1, kurvp2, kurvpd,
90       surf1, surf2, c_ftcurv, c_ftcurvd, c_ftcurvi, c_ftcurvp, c_ftcurvpi,
91       c_ftcurvs, c_ftcurvps, c_ftkurv, c_ftkurvp, c_ftkurvd, c_ftkurvpd,
92       c_ftsurf, c_ftseti, c_ftgeti, c_ftsetr, c_ftgetr, c_ftsetc, c_ftgetc,
93       c_ftsetfa, c_ftgetfa_size, c_ftgetfa_data.
94
95       Complete documentation for Fitgrid is available at URL
96       http://ngwww.ucar.edu/ngdoc/ng/ngmath/fitgrid/fithome.html
97
99       Copyright (C) 2000
100       University Corporation for Atmospheric Research
101
102       This documentation is free software; you can redistribute it and/or
103       modify it under the terms of the GNU General Public License as
104       published by the Free Software Foundation; either version 2 of the
105       License, or (at your option) any later version.
106
107       This software is distributed in the hope that it will be useful, but
108       WITHOUT ANY WARRANTY; without even the implied warranty of
109       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
110       General Public License for more details.
111
112       You should have received a copy of the GNU General Public License along
113       with this software; if not, write to the Free Software Foundation,
114       Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
115
116
117
118
119UNIX                              March 1998            fitgrid_params(3NCARG)
Impressum