6 #ifndef HECMW_ML_HELPER_33_INCLUDED 
    7 #define HECMW_ML_HELPER_33_INCLUDED 
   11 #include "ml_include.h" 
   16 extern void hecmw_ml_getrow_33_(
int *
id, 
int *n_requested_rows,
 
   17                                 int *requested_rows, 
int *allocated_space,
 
   18                                 int *cols, 
double *
values, 
int *row_lengths,
 
   20 extern void hecmw_ml_matvec_33_(
int *
id, 
int *in_length, 
double *p,
 
   21                                 int *out_length, 
double *ap, 
int *ierr);
 
   22 extern void hecmw_ml_comm_33_(
int *
id, 
double *x, 
int *ierr);
 
   23 extern void hecmw_ml_smoother_diag_setup_33_(
int *
id, 
int *ierr);
 
   24 extern void hecmw_ml_smoother_diag_apply_33_(
int *
id, 
int *x_length, 
double x[],
 
   25                                              int *rhs_length, 
double rhs[], 
int *ierr);
 
   26 extern void hecmw_ml_smoother_diag_clear_33_(
int *
id, 
int *ierr);
 
   27 extern void hecmw_ml_smoother_ssor_setup_33_(
int *
id, 
int *ierr);
 
   28 extern void hecmw_ml_smoother_ssor_apply_33_(
int *
id, 
int *x_length, 
double x[],
 
   29                                              int *rhs_length, 
double rhs[], 
int *ierr);
 
   30 extern void hecmw_ml_smoother_ssor_clear_33_(
int *
id, 
int *ierr);
 
   36 extern int hecmw_ML_getrow_33(ML_Operator *mat_in, 
int N_requested_rows,
 
   37                               int requested_rows[], 
int allocated_space,
 
   38                               int cols[], 
double values[], 
int row_lengths[]);
 
   39 extern int hecmw_ML_matvec_33(ML_Operator *mat_in, 
int in_length, 
double p[],
 
   40                               int out_length, 
double ap[]);
 
   41 extern int hecmw_ML_comm_33(
double x[], 
void *A_data);
 
   42 extern int hecmw_ML_smoother_diag_apply_33(ML_Smoother *
data, 
int x_length, 
double x[],
 
   43                                            int rhs_length, 
double rhs[]);
 
   44 extern int hecmw_ML_smoother_ssor_apply_33(ML_Smoother *
data, 
int x_length, 
double x[],
 
   45                                            int rhs_length, 
double rhs[]);