00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019 #ifndef _HCCSSS_PKG_H
00020 #define _HCCSSS_PKG_H
00021
00022 #include "pfss.h"
00023 #include "pfss_pkg.h"
00024 #include "fieldline_pkg.h"
00025
00026
00027
00028
00029
00030 void dgetrf_(int *, int *, double *, int *, int *, int *);
00031 void dgetri_(int *, double *, int *, int *, double *, int *, int *);
00032
00033
00034
00035
00036
00037
00038 void hchf(float r, double *rrr, double *D_rrr, int lmax, float apar);
00039
00040
00041 void cshf(float r, double *rrr, double *D_rrr, int lc, float apar);
00042
00043
00044
00045
00046
00047
00048 void gh_hccsss(float *g, float *h, struct Grid *grid, int lmax,
00049 float *gc, float *hc, int lc, float apar);
00050
00051
00052
00053
00054
00055
00056 void hccsss0_hc(float *g, float *h, struct Point *pt,
00057 float *Bvec, int lmax, float apar);
00058
00059
00060 void hccsss0_cs(float *g, float *h, struct Point *pt,
00061 float *Bvec, int lmax, float apar);
00062
00063
00064 void hccsss(float *g, float *h, float *gc, float *hc, struct Grid *grid,
00065 float *Br, float *Bt, float *Bp, int lmax, int lc, float apar);
00066
00067
00068 #endif