26 lines
592 B
C
26 lines
592 B
C
/*BHEADER**********************************************************************
|
|
* (c) 1998 The Regents of the University of California
|
|
*
|
|
* See the file COPYRIGHT_and_DISCLAIMER for a complete copyright
|
|
* notice, contact person, and disclaimer.
|
|
*
|
|
* $Revision$
|
|
*********************************************************************EHEADER*/
|
|
|
|
#include <stdlib.h>
|
|
#include <stdio.h>
|
|
#include <math.h>
|
|
#include <HYPRE_config.h>
|
|
|
|
#include "HYPRE_amge.h"
|
|
|
|
#ifndef hypre_LS_HEADER
|
|
#define hypre_LS_HEADER
|
|
|
|
#include "utilities.h"
|
|
#include "seq_mv.h"
|
|
|
|
#include "AMGe_matrix_topology.h"
|
|
|
|
#endif
|