Forgot to add a file on previous checkin...
This commit is contained in:
parent
ca7bd67aca
commit
e9bdaa2fc2
@ -37,6 +37,17 @@ HYPRE_FreeDistributedMatrix( HYPRE_DistributedMatrix matrix )
|
||||
}
|
||||
|
||||
|
||||
/*--------------------------------------------------------------------------
|
||||
* HYPRE_LimitedFreeDistributedMatrix
|
||||
*--------------------------------------------------------------------------*/
|
||||
|
||||
int
|
||||
HYPRE_LimitedFreeDistributedMatrix( HYPRE_DistributedMatrix matrix )
|
||||
{
|
||||
return( hypre_LimitedFreeDistributedMatrix( (hypre_DistributedMatrix *) matrix ) );
|
||||
}
|
||||
|
||||
|
||||
/*--------------------------------------------------------------------------
|
||||
* HYPRE_InitializeDistributedMatrix
|
||||
*--------------------------------------------------------------------------*/
|
||||
|
||||
24
distributed_matrix/HYPRE_types.h
Normal file
24
distributed_matrix/HYPRE_types.h
Normal file
@ -0,0 +1,24 @@
|
||||
|
||||
|
||||
/*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*/
|
||||
/******************************************************************************
|
||||
*
|
||||
* Header info for the hypre_DistributedMatrix structures
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
#ifndef HYPRE_DISTRIBUTED_MATRIX_TYPES_HEADER
|
||||
#define HYPRE_DISTRIBUTED_MATRIX_TYPES_HEADER
|
||||
|
||||
#include "mpi.h"
|
||||
|
||||
typedef void *HYPRE_DistributedMatrix;
|
||||
|
||||
#endif
|
||||
Loading…
Reference in New Issue
Block a user