APBS 3.0.0
Loading...
Searching...
No Matches
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
61VEXTERNC 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:57
Contains generic macro definitions for APBS.