APBS  1.5
cgd.h
1 
50 #ifndef _CGD_H_
51 #define _CGD_H_
52 
53 #include "apbscfg.h"
54 
55 #include "maloc/maloc.h"
56 
57 #include "generic/vhal.h"
58 #include "pmgc/matvecd.h"
59 #include "pmgc/mikpckd.h"
60 
61 VEXTERNC void Vcghs(
62  int *nx,
63  int *ny,
64  int *nz,
65  int *ipc,
66  double *rpc,
67  double *ac,
68  double *cc,
69  double *fc,
70  double *x,
71  double *p,
72  double *ap,
73  double *r,
74  int *itmax,
75  int *iters,
76  double *errtol,
77  double *omega,
78  int *iresid,
79  int *iadjoint
80  );
81 
82 #endif /* _CGD_H_ */
VPUBLIC void Vcghs(int *nx, int *ny, int *nz, int *ipc, double *rpc, double *ac, double *cc, double *fc, double *x, double *p, double *ap, double *r, int *itmax, int *iters, double *errtol, double *omega, int *iresid, int *iadjoint)
A collection of useful low-level routines (timing, etc).
Definition: cgd.c:52
Contains generic macro definitions for APBS.
int ny
Definition: vpmgp.h:84
int nx
Definition: vpmgp.h:83
int itmax
Definition: vpmgp.h:122
double errtol
Definition: vpmgp.h:121
int nz
Definition: vpmgp.h:85