blob: 392fbb31e6c914aaa6d86a652f0cc0e968548d21 [file] [log] [blame]
/*BHEADER**********************************************************************
* (c) 1997 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 "headers.h"
#include "smg.h"
/*--------------------------------------------------------------------------
* hypre_SMGCreateRestrictOp
*--------------------------------------------------------------------------*/
hypre_StructMatrix *
hypre_SMGCreateRestrictOp( hypre_StructMatrix *A,
hypre_StructGrid *cgrid,
int cdir )
{
hypre_StructMatrix *R = NULL;
return R;
}
/*--------------------------------------------------------------------------
* hypre_SMGSetupRestrictOp
*--------------------------------------------------------------------------*/
int
hypre_SMGSetupRestrictOp( hypre_StructMatrix *A,
hypre_StructMatrix *R,
hypre_StructVector *temp_vec,
int cdir,
hypre_Index cindex,
hypre_Index cstride )
{
int ierr = 0;
return ierr;
}