File: numerics.h

package info (click to toggle)
xppaut 5.85-3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 11,552 kB
  • ctags: 7,725
  • sloc: ansic: 80,633; cpp: 965; makefile: 265
file content (17 lines) | stat: -rw-r--r-- 395 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*       Numerics.h   */

extern double DELTA_T,TEND,T0,TRANS,NULL_ERR,EVEC_ERR,NEWT_ERR;
extern double BOUND,DELAY,TOLER,HMIN,HMAX;
extern float *fft_data,*hist_data,color_scale,min_scale;
extern double POIPLN;

extern int NMESH,NJMP,METHOD,color_flag,NC_ITER;
extern int EVEC_ITER,FOREVER;

extern int POIMAP,POIVAR,POISGN,SOS;

extern int HIST,HVAR,hist_ind;

extern int XSHFT,YSHFT,ZSHFT;