\File{sor.h},{12:47},{May 15 1997}
\L{\LB{\K{\#ifndef} SOR\_H}}
\L{\LB{\K{\#define} SOR\_H}}
\L{\LB{\K{\#include} \S{}\"main.h\"\SE{}}}
\L{\LB{}}
\L{\LB{\K{\#define} F(v, a, b, c) *((v) + ((a)*NPTS*NPTS) + ((b)*NPTS) + (c))}}
\L{\LB{\K{\#define} Dd(v, a, b) *(v + (a*NPTS) + b)}}
\L{\LB{}}
\L{\LB{fpt relax(\K{double} a, fpt *f, \K{int} *b);}}
\L{\LB{fpt charge(fpt *f, \K{int} *b, \K{int} o);}}
\L{\LB{}}
\L{\LB{\K{\#endif}}}
