C $Header: /home/ubuntu/mnt/e9_copy/MITgcm/model/inc/CG2D.h,v 1.6 2001/02/04 14:38:44 cnh Exp $ C $Name: $ C C /==========================================================\ C | CG2D.h | C | o Two-dimensional conjugate gradient solver header. | C |==========================================================| C | The common blocks set up here are used in the elliptic | C | equation inversion. They are also used as the interface | C | to the rest of the model. To set the source term for the | C | solver set the appropriate array below. To read the | C | solution read from the appropriate array below. | C \==========================================================/ #include "CG2D_INTERNAL.h" #include "CG2D_EXTERNAL.h"